ibisEasy Playground

Pandas-like API that compiles to SQL for multiple backends

Getting started with ibisRun locally
Install
pip install 'ibis-framework[duckdb]'
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: ibis)

ibis is a third-party package. Pandas-like API that compiles to SQL for multiple backends. Install with: pip install 'ibis-framework[duckdb]'

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?