Python:2.7 base image with pandas installed
1.7K
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
Content type
Image
Digest
Size
376.8 MB
Last updated
over 10 years ago
docker pull toast38coza/python27-pandas