Lesson 2: Environment Setup - kode2go/python-pandas GitHub Wiki
Installing Pandas
Now you should install pandas on your terminal using Windows, Mac, or Linux using: pip install pandas.
To check it is installed use: pip show pandas.
Now open Spyder or your IDE of choice and we can start using it.