This docker image contains pandas 0.20.3 and is build on top of the official python 3.6.3 slim image.
Go to file
Felix Lohmeier abeb18abc4 tweaked run command 2017-10-23 12:16:52 +02:00
Dockerfile Pandas 0.20.3 2017-10-23 11:53:42 +02:00
README.md tweaked run command 2017-10-23 12:16:52 +02:00

README.md

Docker container for Pandas

pandas is an open source library providing data analysis tools for the Python programming language. This docker image contains pandas 0.20.3 and is build on top of the official python 3.6.3 slim image.

fixed versions

  • Python 3.6.3
  • Pandas 0.20.3

usage

python console

docker run -it --rm felixlohmeier/pandas

run a script

docker run --rm -v "$PWD":/data:z -w /data felixlohmeierpandas python my-script.py