I am running Ubuntu 14.04 LTS. To install the Python pandas library, I ran
sudo apt-get install python-pandas
The output was as follows:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-pandas
Why can the package not be located?
sudo add-apt-repository universe? Great, thank you. – A.B. Sep 10 '15 at 05:11