hipdf.Index.memory_usage

hipdf.Index.memory_usage#

21 min read time

Applies to Linux

Index.memory_usage(deep: bool = False) int#

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.