Pandas
From charlesreid1
Installing
This was a pain, because I had some things that I hadn't worked out with easy_install and pip. I used Vritualenv to debug some of the problems, and basically ended up having to remove my custom-installed version of numpy in favor of the pip-installed version of numpy.
First, I downloaded and installed easy_install from source.
Then, I ran the following commands:
$ sudo easy_install pip $ sudo pip install numpy $ sudo pip install pandas
and installing tables stuff:
$ sudo pip install numexpr $ sudo pip install tables