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

Method memory_usage

dask/dataframe/dask_expr/_collection.py:4297–4298  ·  view source on GitHub ↗
(self, deep=False, index=True)

Source from the content-addressed store, hash-verified

4295
4296 @derived_from(pd.Series)
4297 def memory_usage(self, deep=False, index=True):
4298 return new_collection(MemoryUsageFrame(self, deep=deep, _index=index))
4299
4300 def unique(self, split_every=None, split_out=True, shuffle_method=None):
4301 """

Callers 1

test_memory_usage_seriesFunction · 0.95

Calls 2

new_collectionFunction · 0.90
MemoryUsageFrameClass · 0.90

Tested by 1

test_memory_usage_seriesFunction · 0.76