Pandas 是一个开放源码、BSD 许可的库,提供高性能、易于使用的数据结构和数据分析工具。
一个强大的分析结构化数据的工具集,基础是 Numpy(提供高性能的矩阵运算)。
Pandas 可以从各种文件格式比如 CSV、JSON、SQL、Microsoft Excel 导入数据。
Pandas 可以对各种数据进行运算操作,比如归并、再成形、选择,还有数据清洗和数据加工特征。
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/
614





