Aus irgendeinem Grund habe ich beschlossen, Pandas auf dem alten Python auf Systemebene zu installieren. Ich hatte nicht einmal einen Pip ...
$ su
# yum install python-pip
# pip install --upgrade pip
# wget https://bootstrap.pypa.io/ez_setup.py -O - | python #Upgrade von Setuptools
# pip install importlib
# pip install numpy==1.7.0
# pip install matplotlib==1.0.1
# pip install pandas==0.16.2
# pip install xlsxwriter
xlsxwriter
muss nicht enthalten sein, wenn Sie Excel nicht mit pandas
ausgeben möchten.[^ 1]: Die Erklärung ist hier
Recommended Posts