Daniel Sparing

Results 10 issues of Daniel Sparing

The [Colab version](https://colab.research.google.com/drive/1eOA2FYHqEfZWLYssbUxdIpSL3PFxWVjk?usp=sharing) linked from the [Jupyter Notebooks example](https://github.com/duckdb/duckdb-web/blob/main/docs/stable/guides/python/jupyter.md) has multiple issues as of 2025-03-22: 1) if ran as it is, fails at the below cell: ```python %sql SELECT 'Off...

jupyter

The [Colab version](https://colab.research.google.com/drive/1eOA2FYHqEfZWLYssbUxdIpSL3PFxWVjk?usp=sharing) linked from the [Jupyter Notebooks example](https://github.com/duckdb/duckdb-web/blob/main/docs/guides/python/jupyter.md?plain=1) currently fails at: ``` %sql output_df

jupyter

Experiencing it at least both in Colab and in VSCode on Windows (loosely following the [Jupyter doc](https://duckdb.org/docs/guides/python/jupyter.html)): ``` !pip install jupysql ``` ``` import duckdb %load_ext sql conn = duckdb.connect()...

jupyter

Shall this footnote be updated, now that GeoParquet 1.1 is out? Can you now simply say that Lonboard uses GeoParquet [1.1]? https://github.com/developmentseed/lonboard/blob/033a45a0981dce3a2e9e239c6eb4a720bcb6c2b6/docs/how-it-works/index.md?plain=1#L11

In version `0.6.0`, you could open a custom url pointing to a parquet file with a WKB BLOB column, even if the file did not have GeoParquet metadata. From `0.7`...

I tried, unsuccessfully, to read an EPSG:28992 (geo) parquet -- even tried to switch QGIS to the same first, hoping for the correct viewport bbox. Should this have worked? -...

### What happens? If i set the config `autoinstall_extension_repository` _without_ also setting `custom_extension_repository`, the setting is ignored. ### To Reproduce ```python import duckdb duckdb.__version__ # Outputs: # # '1.3.0' ```...

under review

For better or worse, some systems use single '%' headers for cell magics, notably [Databricks](https://docs.databricks.com/aws/en/notebooks/notebooks-code#mix-languages), e.g. `%sql` and `%r`. I successfully used `nbQA` with `%sql` cells for a long time...

The tools [gitleaks](https://github.com/gitleaks/gitleaks) and [trufflehog](https://github.com/trufflesecurity/trufflehog) can catch secret keys before they're checked in in git, but they don't get triggered by secrets in notebooks. Theoretically it would be a perfect...

**Is your feature request related to a problem? Please describe.** It is unclear to a new contributor whether any linting or tests should be run on the code before submitting...

enhancement
documentation