http://blog.sina.com.cn/s/blog_a73687bc0101eenc.html
安裝vcforpython:
http://www.microsoft.com/en-us/download/confirmation.aspx?id=44266
安裝numpy:
pip install numpy
安裝pandas:
https://pypi.python.org/pypi/pandas
安裝過程遇到報錯找不到Python:http://blog.csdn.net/zdnlp/article/details/12171687
安裝dateutil:
https://pypi.python.org/pypi/python-dateutil
測試:
import pandas
