Code and docs for the following talk: "Zoology 101: pandas, polars, and ducks in the data wilderness"
In order to create a working environment including Jupyter notebook, pandas, polars, and duckdb, the docker is used. Please, follow the next steps to create a docker container with Jupyter notebook running inside.
- Launch the docker daemon.
- Build the docker image:
docker build -t zoology-101:latest .
- Run the docker container:
docker run -p 8888:8888 -v $(pwd):/usr/src/app zoology-101:latest
- Conferences and meetups:
- Resources:
- pandas
- polars
- duckdb