Relative Content

Tag Archive for pythonpandasopenpyxl

Write speed and size of excel exports pandas openpyxl

As part of our production we produce fairly large xlsx files.
Around 1000 columns and 200k rows.
We have noticed that older versions of pandas/openpyxl are doing a much better job at being memory and time efficient in producing these files.