Better Pandas DataFrame Visualization (with a Taco Bell Example)

As a data scientist at ShopRunner, I was able to write a blog open-sourcing a function I wrote to better visualize Pandas DataFrames. I think it’s a fun little post, so I wanted to share it here.

I’ll link the post below!

Better Pandas DataFrame Visualization (with a Taco Bell Example)

TL;DR: The data science team at ShopRunner is releasing a small helper function, df_to_html, that can convert a DataFrame to HTML while supporting image embedding, CSS styling to columns, and more. The code for this can be found here. For most data scientists working in Python, the Pandas library is at the core of data exploration.

Leave a Reply

Your email address will not be published. Required fields are marked *