Python安装pandas

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

 

posted @ 2014-11-03 19:39  peterpanzsy  阅读(12725)  评论(0编辑  收藏  举报