Skip to content

cpcloud/ibis-tutorial

 
 

Repository files navigation

Ibis Tutorial PyData NYC 2023

  • 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)

Setup

Install dependencies

We recommend using conda or mamba, but pip works, too!

conda / mamba

mamba create -n ibis-tutorial python ibis-duckdb=7 python-duckdb=0.8.1 jupyterlab altair plotnine

pip

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

Clone this repository

git clone https://github.com/ibis-project/ibis-tutorial.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%