/sandbox--data-wrangling

sandbox--data-wrangling

Primary LanguageJupyter Notebook

Sandbox: Data Wrangling

Playing with

  • PyArrow
  • DuckDB
  • Polars

Usage

poetry install
poetry run scripts/prepare-data.py

Then go play with notebooks under notebooks directory :)

Troubleshooting

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

References