Python Pandas - 环境设置安装
标准 Python 发行版不与 Pandas 模块捆绑在一起。 一个轻量级的替代方法是使用流行的 Python 包安装程序 pip. 安装 NumPy
pip install pandas
如果你安装 Anaconda Python 包,Pandas 会默认安装如下 −
Windows
Anaconda(来自 https://www.continuum.io) 是 SciPy 堆栈的免费 Python 发行版。 它也可用于 Linux 和 Mac。
Canopy (https://www.enthought.com/products /canopy/) 可以免费提供,也可以商业发行版使用完整的 SciPy 堆栈,适用于 Windows、Linux 和 Mac。
Python (x,y) 是一个免费的 Python 发行版,带有适用于 Windows 操作系统的 SciPy 堆栈和 Spyder IDE。 (可从 http://python-xy.github.io/ 下载)
Linux
各个 Linux 发行版的包管理器用于在 SciPy 堆栈中安装一个或多个包。
对于 Ubuntu 用户
sudo apt-get install python-numpy python-scipy python-matplotlibipythonipythonnotebook python-pandas python-sympy python-nose
对于 Fedora 用户
sudo yum install numpyscipy python-matplotlibipython python-pandas sympy python-nose atlas-devel