Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amancevice/docker-pandas

Base Docker image for Pandas installed on Debian/Alpine Linux
https://github.com/amancevice/docker-pandas

docker pandas python

Last synced: about 1 month ago
JSON representation

Base Docker image for Pandas installed on Debian/Alpine Linux

Awesome Lists containing this project

README

        

# Pandas

![version](https://img.shields.io/docker/v/amancevice/pandas?color=blue&label=version&logo=docker&logoColor=eee&sort=semver&style=flat-square)
[![latest](https://img.shields.io/github/actions/workflow/status/amancevice/docker-pandas/build.yml?logo=github&style=flat-square)](https://github.com/amancevice/docker-pandas/actions/workflows/build.yml)

Docker image with [pandas](https://github.com/pandas-dev/pandas) installed.

## Pulling

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

```bash
docker pull amancevice/pandas:x.y.z
```

For slim images append `-slim` to the tag:

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

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

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

## Building

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

```bash
make
```