This repo contains the Python code to demostrate how to read a csv file with DuckDB and select the data with SQL.
python -m venv .venv
pip install duckdb
pip install pandas
python duckdb-python-demo.py
Diagram:
pip install matplotlib
pip install plotly