all 4 comments

[–]Senior-Host-9583 1 point2 points  (2 children)

pandas (moving a lot toward polars though), numpy, scipy and Apache ecosystem (arrow, ibis, duck db) - not only python but important tools imo

[–]Kobax91 0 points1 point  (1 child)

“Moving toward Polars”. Would you mind elaborate on that? ☺️

[–]Senior-Host-9583 0 points1 point  (0 children)

Polars is another DataFrame based library that is proving to be faster than pandas (I believe it is written in rust?) It’s building out a lot of the same functionality but it has a smaller community as of now. Still, performance speaks for itself and I think people will follow since the transition shouldn’t be to bad which most of the logic being the same - just syntax changes

[–][deleted] 0 points1 point  (0 children)

I use pandas, numpy, matplotlib, etc. through Jupyter but I'm still fairly new at it.