python2.7安装pandas python 2019-08-26 阅读(6775) 在整个社会都支持python3的时候,发现网上资料用python2.7安装pandas很少,对于那些老项目就惨了,下面就教大家怎么安装pandas支持python2.7指定版本就可以了。pip install numpy==1.7.1pip install pandas==0.19.0 Tags: >python