| [ Web Proxy ] |
| Viewing: https://dataframes.bigquery.dev/reference/api/bigframes.pandas.DataFrame.memory_usage.html | [Back] [Original] |
Section Navigation
Return the memory usage of each column in bytes.
The memory usage can optionally include the contribution of the index and elements of object dtype.
This value is displayed in DataFrame.info by default. This can be
suppressed by setting pandas.options.display.memory_usage to False.
index (bool, default True) Specifies whether to include the memory usage of the DataFrames
index in returned Series. If index=True, the memory usage of
the index is the first item in the output.
A Series whose index is the original column names and whose values is the memory usage of each column in bytes.
Copyright 2019, Google.
Created using Sphinx 8.1.3.
Built with the PyData Sphinx Theme 0.19.0.
| Web Proxy Viewer | New URL | Original Page |