The official website recommends direct use of the Anoconda, which integrates the pandas and can be used directly. Installation is quite simple, there is a installation package under Windows. If you do not want to install a large Anoconda, then step by step with Pip to install pandas. Let me focus on how to install Pandas on the window using PIP:
1, pandas package is dependent on another four packages: NumPy, six, Pytz, Python-dateutil. Before installing, you need to make sure that these four dependent packages are installed.
2, because the installation of pandas, the machine needs to install VS2008, but if you do not install, you can install a micorsoft Visual C + + Compiler for Python 2.7 package:
http://www.microsoft.com/en-us/download/details.aspx?id=44266
3. After installation, install Pandas
Pip Install Pandas
4. After successful installation, the following will appear as follows:
Use Pip to install Pandas on window