MCPcopy Index your code
hub / github.com/dask/dask / memory_usage

Method memory_usage

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

Source from the content-addressed store, hash-verified

4314
4315 @derived_from(pd.Series)
4316 def memory_usage(self, deep=False, index=True):
4317 return new_collection(MemoryUsageFrame(self, deep=deep, _index=index))
4318
4319 def unique(self, split_every=None, split_out=True, shuffle_method=None):
4320 """

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