Description
Run analytical SQL queries inside a Python process with DuckDB. It helps data tools query local files, tables, and columnar data without requiring a separate database server.
This is a database engine library, not a spreadsheet. Queries can read and write files or process large datasets, so applications should control file access, memory use, and untrusted SQL carefully.