pandas.MultiIndex.memory_usage — pandas 0.18.1 documentation (original) (raw)

MultiIndex.memory_usage(deep=False)

Memory usage of my values

Parameters: deep : bool Introspect the data deeply, interrogateobject dtypes for system-level memory consumption
Returns: bytes used

See also

numpy.ndarray.nbytes

Notes

Memory usage does not include memory consumed by elements that are not components of the array if deep=False