Styling Pandas DataFrames: More Than Just Numbers

Make raw data more insightful

Andre Ye
Towards Data Science
4 min readJun 9, 2020

--

DataFrames are the most standard method to manipulate and store data in Python — but did you know that you can store a lot more than just numbers? Pandas has a variety of methods to style your DataFrame, both for the data wrangler’s ease and for those viewing the data.

--

--