I have checked some other SO answers and googled somewhat extensively and cannot seem to find someone who has asked/answered this:
I am running Ubuntu 12.04. I have
I use MacOSx and I manage to install it using:
brew install python3 sudo pip3 install --upgrade pip pip3 install pandas
Check the installation using:
$python3 >>>import pandas as pd >>>exit()