Hacker News new | ask | show | jobs
Towards Faster Data Science in Python (medium.com)
3 points by mkalioby 1315 days ago
2 comments

Am I right in thinking that Pandas is written in C++? With a python interface, so it's faster than pure python. This seems to be written in pure python. If I'm correct would this be even faster written in C++?
Much faster way to filter data in Python