hipdf.Series.memory_usage

hipdf.Series.memory_usage#

20 min read time

Applies to Linux

Series.memory_usage(index=True, deep=False)#

Return the memory usage of an object.

Parameters#

deepbool

The deep parameter is ignored and is only included for pandas compatibility.

Returns#

The total bytes used.