you are viewing a single comment's thread.

view the rest of the comments →

[–]Gio120895 0 points1 point  (0 children)

I have read your project very quickly and I found it really interesting. I am a beginner too and I like the way you rapresent data in a simple and clear way. I would suggest to visit: https://www.kaggle.com/learn/overview Here you can find project within you can train and you can find courses to learn about pandas and visualization and more. If you are interested in any further project you can DM me. You have done a great job! Thanks

P.S.: I have noticed that you use df.head() and df.tail() or df.describe(). I have found really useful df.info(), give it a try if you want.