Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amancevice/docker-pandas
- Owner: amancevice
- License: mit
- Created: 2016-06-09T14:31:47.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T15:21:53.000Z (3 months ago)
- Last Synced: 2024-11-09T21:51:46.328Z (about 1 month ago)
- Topics: docker, pandas, python
- Language: Makefile
- Homepage:
- Size: 937 KB
- Stars: 52
- Watchers: 5
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```