2
0
mirror of https://github.com/felixlohmeier/pandas-docker.git synced 2025-03-30 00:00:37 +01:00
Felix Lohmeier b6e1f5be06 fixed typo
2017-10-23 13:05:41 +02:00
2017-10-23 11:53:42 +02:00
2017-10-23 13:05:41 +02:00

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

Description
This docker image contains pandas 0.20.3 and is build on top of the official python 3.6.3 slim image.
Readme 23 KiB
Languages
Dockerfile 100%