MCPcopy Create free account
hub / github.com/dask/dask / memory_usage_per_partition

Method memory_usage_per_partition

dask/dataframe/dask_expr/_expr.py:427–428  ·  view source on GitHub ↗
(self, index=True, deep=False)

Source from the content-addressed store, hash-verified

425 return NuniqueApprox(self, b=16, split_every=split_every)
426
427 def memory_usage_per_partition(self, index=True, deep=False):
428 return MemoryUsagePerPartition(self, index, deep)
429
430 @functools.cached_property
431 def divisions(self):

Callers 4

test_npartitionsFunction · 0.45

Calls 1

Tested by 4

test_npartitionsFunction · 0.36