Sign in
Log inSign up
Andrea D’Agostino

3 comments

Alberto Gonzalez
Alberto Gonzalez
Apr 12, 2023

A very interesting read. I read half of it last week and I returned today to finish it. Now the bookmark will also help me as a guideline for my future presentations. Good work!

1
·
Alberto Gonzalez
Alberto Gonzalez
Apr 12, 2023

Besides the book that you recommend in the article, do you have specific resources to learn how to plot data effectively using python?

I started the Seaborn course on Kaggle, and I think it's good so far, but one or two more resources would be great. Thanks!

1
·
·1 reply
Andrea D’Agostino
Andrea D’Agostino
Author
·Apr 12, 2023

Hello. I highly suggest to go through this content to become proficient in visualizing data in Python:

  • seaborn and matplotlib for the basics
  • plotly for interactive plots
  • altair for statistics-empowered visualizations

Nothing else. You can generally apply the notions in this article with any of these libraries. It's more about the concepts rather than the tools.

1
·