pandas.Index.memory_usage — pandas 0.24.0rc1 documentation (original) (raw)
Index.
memory_usage
(deep=False)[source]¶
Memory usage of the values
Parameters: | deep : bool Introspect the data deeply, interrogateobject dtypes for system-level memory consumption |
---|---|
Returns: | bytes used |
See also
Notes
Memory usage does not include memory consumed by elements that are not components of the array if deep=False or if used on PyPy