duckdb-python-basics
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
Q: what value to use for DATABASE_URL environment variable in duckdb-python-basics.ipynb tutorial?
3
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...