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

Method memory_usage_per_partition

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

Source from the content-addressed store, hash-verified

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

Callers 4

test_npartitionsFunction · 0.45

Calls 1

Tested by 4

test_npartitionsFunction · 0.36