Python Pandas - Umgebungs-Setup

Die Standard-Python-Distribution wird nicht mit dem Pandas-Modul geliefert. Eine einfache Alternative ist die Installation von NumPy mit dem beliebten Python-Paketinstallationsprogramm.pip.

pip install pandas

Wenn Sie das Anaconda Python-Paket installieren, wird Pandas standardmäßig wie folgt installiert:

Windows

Linux

Paketmanager der jeweiligen Linux-Distributionen werden verwendet, um ein oder mehrere Pakete im SciPy-Stack zu installieren.

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

Language