Skip to content

gigapromoters/pandas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandas

Docker image with pandas installed.

Pulling

Pull image tags with the pandas and Python versions you wish to use:

docker pull amancevice/pandas:0.0.0-python2
docker pull amancevice/pandas:0.0.0-python3

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

docker pull amancevice/pandas:0.0.0-python2-alpine
docker pull amancevice/pandas:0.0.0-python3-alpine

Building

Use docker-compose to build a specific version:

docker-compose build pandas-0.0.0-python2
docker-compose build pandas-0.0.0-python3
docker-compose build pandas-0.0.0-python2-alpine
docker-compose build pandas-0.0.0-python3-alpine

About

Pandas installed on Debian/Alpine Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%