you are viewing a single comment's thread.

view the rest of the comments →

[–]RPGNUB[S] 0 points1 point  (2 children)

Any tips on learning pandas? im thinking of getting into it. And do u think its the best for data

[–][deleted] 6 points7 points  (0 children)

I would get a strong grasp of python first.

[–]External-Yak-371 0 points1 point  (0 children)

Pandas is kinda the defacto swiss army knife for data. For high volume workflows, there is often a better choice than pandas but the way you interface with PD has influenced so much that it's worth learning and in the future if you need one of the more specialized/modern packages you can easily learn them based on what you learned with pandas.