bayesimpact / docker-pandas

Base image for Bayes scientific data analysis projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the source of the Docker image bayesimpact/pandas-base.

It is used to speed up setup when developping a project using Pandas. It prepares a container with Python 3 and Pandas latest versions as well as a good deal of PIP modules pre-installed.

If you use this image for production beware that there might be many pip modules that you won't need at all.

To use it base your Dockerfile on it with:

FROM bayesimpact/pandas-base

About

Base image for Bayes scientific data analysis projects.

License:MIT License


Languages

Language:Dockerfile 100.0%