dask.dataframe.Index.memory_usage_per_partition

dask.dataframe.Index.memory_usage_per_partition

Index.memory_usage_per_partition(index=True, deep=False)

返回每个分区的内存使用情况

参数
索引bool, 默认 True

指定是否在返回的 Series 中包含索引的内存使用情况。

深度bool, 默认 False

如果为 True,则通过询问 object 数据类型以深入检查数据,以获取系统级内存消耗,并将其包含在返回的值中。

返回
系列

一个序列,其索引是分区编号,其值是每个分区的内存使用量(以字节为单位)。