Hacker News new | ask | show | jobs
by DontchaKnowit 38 days ago
Reason number 500 why I hate pandas with a passion. Just had basically the exact same thing happen at work
1 comments

I have no problem with pandas (though polars is immensely faster, for those cases where it matters), just as I have no problem with numpy; what I dislike is people reaching for them for the most trivial of things that are already solved by stdlib. It’s even more irritating when they cite performance as the necessary reason, but they’re just passing data in a loop, negating nearly all the potential gains.