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 b6e1f5be06 fixed typo 2017-10-23 13:05:41 +02:00
Dockerfile Pandas 0.20.3 2017-10-23 11:53:42 +02:00
README.md fixed typo 2017-10-23 13:05:41 +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 felixlohmeier/pandas python my-script.py