duckdb-python-basics icon indicating copy to clipboard operation
duckdb-python-basics copied to clipboard

A Beginner's Guide to DuckDB's Python Client

Results 1 duckdb-python-basics issues
Sort by recently updated
recently updated
newest added

Thanks very much for sharing this tutorial. I'm working through duckdb-python-basics.ipynb and am getting the error: ``` sql.connection.ConnectionError: Environment variable $DATABASE_URL not set, and no connect string given. ``` from...