Hacker News new | ask | show | jobs
by BodyCulture 60 days ago
What are you using instead of pandas? Thanks!
1 comments

Either nothing (a lot of functionality of pandas can be done with simple plain python) or polars for complex queries. Also look at the statistics module which has a lot of useful things in there