Playing with
- PyArrow
- DuckDB
- Polars
poetry install
poetry run scripts/prepare-data.py
Then go play with notebooks under notebooks directory :)
While installing dependencies with poetry, if debugpy
installation fails, you may
temporarily disable modern-installation
. See microsoft/debugpy#1246
poetry config installer.modern-installation false