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 (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T15:21:53.000Z (7 months ago)
- Last Synced: 2025-03-23T17:22:34.168Z (about 1 month ago)
- Topics: docker, pandas, python
- Language: Makefile
- Homepage:
- Size: 937 KB
- Stars: 51
- Watchers: 3
- Forks: 22
- 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
```