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!
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.
Great tips! Any tips on the best packages to exhibit datatables in a more "aesthetic" form? To send in e-mails, dashboards etc
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
Thank you!
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!
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.