Description: This article is a Python data processing learning log, the main content from the book "Data analysis Using Python", Wes McKinney, mechanical industry press.
Setup and Setup
The author recommends that the Python installation package be enthought Python distribution (now renamed Enthought Canopy), the release time of the translation is now 2 years, so there is a version update, the translator suggested downloading the version of the installation package mentioned in the book Epd_ Free_7.3-1-win-x86.msi, so as to ensure consistent with the example results in the book.
Epd_free_7.3-1-win-x86.msi
The translator still encounters a lot of trouble after using the installation package, so I still choose the new version Enthought Canopy.
enthought Canopy Download
In Pandas installation and book discrepancies, the original book after installing Epd_free_7.3-1-win-x86.msi, still need to install pandas. But I am in the process of installing canopy (in two stages, in the second phase will automatically configure the environment variables, more convenient), did not install pandas, should be canopy pandas integration into itself.
Pandas
Run results
View Python version
Start Ipython
Test code
Drawing image Results
Ready to work Canopy installation Day1