Pandas环境设置 Pandas简介 Pandas数据结构简介 标准的Python发行版不会与Pandas模块捆绑在一起。一种轻量级的选择是使用流行的Python包安装程序 pip 来安装NumPy. pip install pandas 如果你安装了Anaconda Python软件包,Pandas将默认安装下列软件 - 视窗 Anaconda (来自https://www.continuum.io)是SciPy堆栈的免费Python发行版。它也适用于Linux和Mac。 Canopy (https://www.enthought.com/products/canopy/)免费提供,并提供完整的用于Windows,Linux和Mac的SciPy堆栈。 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 Pandas简介 Pandas数据结构简介