2
0
mirror of https://github.com/felixlohmeier/pandas-docker.git synced 2025-02-16 00:00:27 +01:00
Felix Lohmeier f7d8097d95 Pandas 1.3.3
2021-10-11 12:48:56 +02:00
2021-10-11 12:48:56 +02:00
2021-10-11 12:48:56 +02:00
2021-10-11 12:48:56 +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 and is build on top of the official python slim image.

Available Tags

  • 1.3.3: Pandas 1.3.3, Python 3.9.7
  • 0.20.3: Pandas 0.20.3, Python 3.6.3

Usage

Python console

docker run -it --rm felixlohmeier/pandas:1.3.3

Run a script

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

Development

cd 1.3.3
docker build -t felixlohmeier/pandas:1.3.3 .
docker login --username felixlohmeier --password X docker.io
docker push felixlohmeier/pandas:1.3.3

Manually update README in Docker Hub Repo

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%