I installed pandas using pip and get the following message "pip install pandas Requirement already satisfied (use --upgrade to upgrade): pandas in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages Cleaning up..."
When I load up python and try to import pandas, it says module not found. Please help
which pipandwhich pythonand make sure that they are located in the same python directory (and contains the path you have above). It may be the case that you have multiple python versions on your operating system, where pip is installed on the non standard version and calling python executes the standard version [builtin with the OS ship] or vice versa. Also, what OS are you using?