2 comments

[ 3.0 ms ] story [ 16.1 ms ] thread
Much faster way to filter data in Python
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++?