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

Method memory_usage

dask/dataframe/dask_expr/_collection.py:4717–4718  ·  view source on GitHub ↗
(self, deep=False)

Source from the content-addressed store, hash-verified

4715
4716 @derived_from(pd.Index)
4717 def memory_usage(self, deep=False):
4718 return new_collection(MemoryUsageIndex(self, deep=deep))
4719
4720 def shift(self, periods=1, freq=None):
4721 return new_collection(expr.ShiftIndex(self, periods, freq))

Callers 12

sizeof_pandas_dataframeFunction · 0.45
sizeof_pandas_seriesFunction · 0.45
sizeof_pandas_indexFunction · 0.45
total_mem_usageFunction · 0.45
collect_statisticsFunction · 0.45
test_memory_usageFunction · 0.45
read_sql_queryFunction · 0.45
test_memory_usage_seriesFunction · 0.45
test_memory_usage_indexFunction · 0.45

Calls 2

new_collectionFunction · 0.90
MemoryUsageIndexClass · 0.90

Tested by 6

test_memory_usageFunction · 0.36
test_memory_usage_seriesFunction · 0.36
test_memory_usage_indexFunction · 0.36