5 Comments
User's avatar
Padilha's avatar

Great tips! Any tips on the best packages to exhibit datatables in a more "aesthetic" form? To send in e-mails, dashboards etc

Expand full comment
Martin Wong's avatar

Hey Padilha, if you want to style Pandas dataframe tables then the Pandas Styler class gives you a few options: https://pandas.pydata.org/docs/user_guide/style.html.

If you want to get more fancy then Plottable looks quite impressive though I haven’t tried it myself yet:

https://plottable.readthedocs.io/en/latest/index.html

Expand full comment
Padilha's avatar

Thank you!

Expand full comment
Joe Hovde's avatar

love it. This can be so annoying. Even with AI writing the code, i find it's often not great at knowing dumb little things like how to avoid having arrows hit each other when labeling. I'll use these imports!

Expand full comment
Martin Wong's avatar

Thanks Joe. Yes AI coding assistants exclusively use native Matplotlib unless you tell them otherwise. Adding these extra packages should help. Let me know if you run into trouble.

Expand full comment