mars.dataframe.Index.memory_usage#

Index.memory_usage(deep=False)#

Memory usage of the values.

参数

deep (bool) – Introspect the data deeply, interrogate object dtypes for system-level memory consumption.

返回类型

bytes used

备注

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