Reduction

Pandas

Pandas: Memory Usage Reduction

Pandas defaults to memory-hungry data types. Load a CSV with a million rows, and Pandas will happily allocate 64-bit integers for columns that only contain values 0-10, and store repeated strings…

Read more →