Sign inSign up

toast38coza/python27-pandas

By toast38coza

Updated over 10 years ago

Python:2.7 base image with pandas installed

Image
0

1.7K

toast38coza/python27-pandas repository overview

Because installing pandas takes forever inside a docker image.

Minimal changes have been made from the original base image. Literally just:

apt-get update
apt-get install libblas-dev liblapack-dev libatlas-base-dev gfortran
pip install -U pip
pip install numpy scipy pandas

pip freeze gives you:

python 2.7
numpy==1.10.4
pandas==0.17.1
python-dateutil==2.4.2
pytz==2015.7
scipy==0.17.0
six==1.10.0
virtualenv==14.0.6
wheel==0.29.0

Tag summary

Content type

Image

Digest

Size

376.8 MB

Last updated

over 10 years ago

docker pull toast38coza/python27-pandas