Skip to content

🎤 Talk "Zoology 101: pandas, polars, and ducks in the data wilderness"

Notifications You must be signed in to change notification settings

jardabezdek/talk-zoology-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 talk-zoology-101

Code and docs for the following talk: "Zoology 101: pandas, polars, and ducks in the data wilderness"

📝 Authors

👷‍♂️ Setup

🔧 Local development

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.

  1. Launch the docker daemon.
  2. Build the docker image: docker build -t zoology-101:latest .
  3. Run the docker container: docker run -p 8888:8888 -v $(pwd):/usr/src/app zoology-101:latest

🔗 Links

About

🎤 Talk "Zoology 101: pandas, polars, and ducks in the data wilderness"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published