- 01: Basic verbs
- 02: Memtables, joins, and selectors
- 03: Exploring PyPI data:
.sql
, integrations, UDFs
A previous iteration of this tutorial was given at EuroSciPy 2023 (youtube recording)
We recommend using conda
or mamba
, but pip
works, too!
mamba create -n ibis-tutorial python ibis-duckdb=7 python-duckdb=0.8.1 jupyterlab altair plotnine
python -m pip install 'ibis-framework[duckdb]==7' duckdb==0.8.1 jupyterlab altair>=5.0.1 plotnine
or
python -m pip install -r requirements.txt
git clone https://github.com/ibis-project/ibis-tutorial.git