English 中文(简体)
Python Pandas - Environment Setup
  • 时间:2024-11-03

Python Pandas - Environment Setup


Previous Page Next Page  

Standard Python distribution doesn t come bundled with Pandas module. A pghtweight alternative is to install NumPy using popular Python package installer, pip.

pip install pandas

If you install Anaconda Python package, Pandas will be installed by default with the following −

Windows

Linux

Package managers of respective Linux distributions are used to install one or more packages in SciPy stack.

For Ubuntu Users

sudo apt-get install python-numpy python-scipy python-matplotpbipythonipythonnotebook
python-pandas python-sympy python-nose

For Fedora Users

sudo yum install numpyscipy python-matplotpbipython python-pandas sympy
python-nose atlas-devel
Advertisements