Python Pandas – Environment Setup

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

pip install pandas

If you have installed the Anaconda Python package, Pandas was to be installed by default −

Windows

Linux

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

For Ubuntu Users

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

For Fedora Users

sudo yum install numpyscipy python-matplotlibipython python-pandas sympy
python-nose atlas-devel

Leave a Reply