美文网首页我爱编程
数据挖掘之Python3下pandas 的安装

数据挖掘之Python3下pandas 的安装

作者: 简书用户9527 | 来源:发表于2018-04-07 15:53 被阅读30次

    pip update 一下

    python -m pip install --upgrade pip
    
    pip install --user numpy scipy matplotlib jupyter pandas sympy nose
    
    

    使用豆瓣镜像源安装

    
    pip install matplotlib -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
    pip install numpy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
    pip install pandas -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
    pip install seaborn scipy  -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
    

    相关文章

      网友评论

        本文标题:数据挖掘之Python3下pandas 的安装

        本文链接:https://www.haomeiwen.com/subject/vseyhftx.html