How to Auto-Adjust the Width of Excel Columns with Pandas ExcelWriter

Dynamically adjusting the width of Excel column names when using pandas.ExcelWriter and Python

Giorgos Myrianthous
Towards Data Science
4 min readApr 18, 2021

--

Photo by Mika Baumeister on Unsplash

One of the most frustrating things you possibly need to deal with is when generating an Excel file using Python, that contains numerous columns you are unable to read due to the short width…

--

--

I strive to build data-intensive systems that are not only functional, but also scalable, cost effective and maintainable over the long term.