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: 5 months 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 (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-08-21T16:50:49.000Z (10 months ago)
- Last Synced: 2025-08-21T19:25:28.403Z (10 months ago)
- Topics: docker, pandas, python
- Language: Makefile
- Homepage:
- Size: 887 KB
- Stars: 51
- Watchers: 3
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pandas

[](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
```