-
CategoricalIndex.memory_usage(deep=False)
[source] -
Memory usage of my values
Parameters: deep : bool
Introspect the data deeply, interrogate
object
dtypes for system-level memory consumptionReturns: bytes used
See also
Notes
Memory usage does not include memory consumed by elements that are not components of the array if deep=False
CategoricalIndex.memory_usage()

2025-01-10 15:47:30
Please login to continue.