weleoka / docker-pandas

Pandas installed on Debian/Alpine Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pandas

Docker image with pandas installed.

Note: images using Python 2.7 are no longer supported

Pulling

Pull image tags with the pandas version you wish to use:

docker pull amancevice/pandas:x.y.z

For slim images append -slim to the tag:

docker pull amancevice/pandas:x.y.z-slim

For alpine-based images append -alpine to the tag:

docker pull amancevice/pandas:x.y.z-alpine

Building

Use the make command to build a new suite of pandas images:

make

About

Pandas installed on Debian/Alpine Linux

License:MIT License


Languages

Language:Makefile 60.9%Language:Dockerfile 39.1%