Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 327 Bytes

File metadata and controls

26 lines (14 loc) · 327 Bytes

DuckDB Demo with Python

This repo contains the Python code to demostrate how to read a csv file with DuckDB and select the data with SQL.

Installation

python -m venv .venv

pip install duckdb
pip install pandas

python duckdb-python-demo.py

Diagram:

pip install matplotlib 

pip install plotly