Index.
memory_usage
Memory usage of the values.
Introspect the data deeply, interrogate object dtypes for system-level memory consumption.
See also
numpy.ndarray.nbytes
Total bytes consumed by the elements of the array.
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