duckdbEasy Playground

In-process analytical SQL database (like SQLite for analytics)

Getting started with duckdbRun locally
Install
pip install duckdb
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: duckdb)

duckdb is a third-party package. In-process analytical SQL database (like SQLite for analytics). Install with: pip install duckdb

Challenge

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