Docker image with pandas installed.
Note: images using Python 2.7 are no longer supported
Pull image tags with the pandas version you wish to use:
docker pull amancevice/pandas:x.y.zFor slim images append -slim to the tag:
docker pull amancevice/pandas:x.y.z-slimFor alpine-based images append -alpine to the tag:
docker pull amancevice/pandas:x.y.z-alpineUse the make command to build a new suite of pandas images:
make