parq_tools.utils.memory_utils.print_parquet_memory_usage

parq_tools.utils.memory_utils.print_parquet_memory_usage(report)[source]

Print a console-friendly summary of the memory usage report from parquet_memory_usage(). Index columns are marked with a ‘*’. Dtype is shown first, and if it contains <…>, the content inside <…> is split into a new column. Byte values are humanized for compactness.

Return type:

None