美文网首页
pandas安装

pandas安装

作者: 九千年小妖 | 来源:发表于2022-01-09 14:16 被阅读0次

    python 源安装:
    国外镜像可能慢点,不太稳定

    pip install pandas
    

    推荐使用:
    清华镜像安装pandas

    pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pandas
    

    清华镜像:
    https://pypi.tuna.tsinghua.edu.cn/simple

    豆瓣镜像:
    http://pypi.douban.com/simple/

    阿里镜像:
    http://mirrors.aliyun.com/pypi/simple/

    中国科学技术大学
    http://pypi.mirrors.ustc.edu.cn/simple/

    永久修改
    pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

    相关文章

      网友评论

          本文标题:pandas安装

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