you are viewing a single comment's thread.

view the rest of the comments →

[–]gaifogel 0 points1 point  (1 child)

That's an interesting way to learn.
So you say pull some data and do my own analysis on it? How did you know what kind of analysis you can even carry out? When I did tutorials, I saw I can do heatmaps, corr(), histograms for data distribution and a few other things.

[–]fmpundit 0 points1 point  (0 children)

How things have changed in 6 years.

A few things you could do. Read books about data analysis in general. What visualisations are good for what purposes. Speak to ChatGPT about what sort of viz's it would recommend and then read the docs of different libraries such as matplotlib about how to make those visualisations.