Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.DatetimeIndex.memory_usage

DatetimeIndex.memory_usage(deep=False)[source]

Memory usage of my values

Parameters:

deep : bool

Introspect the data deeply, interrogate object dtypes for system-level memory consumption

Returns:

bytes used

Notes

Memory usage does not include memory consumed by elements that are not components of the array if deep=False or if used on PyPy

Scroll To Top