pandas.Index.memory_usage

Index.memory_usage(self, deep=False)[source]

Memory usage of the values.

Parameters
deepbool

Introspect the data deeply, interrogate object dtypes for system-level memory consumption.

Returns
bytes used

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