duckdb-web
duckdb-web copied to clipboard
DuckDB website and documentation
https://github.com/duckdb/duckdb-web/pull/3586 should be an automated step
The documentation for list comprehensions at https://duckdb.org/docs/sql/functions/list#list-comprehension exists, essentially by way of saying "Python-style" and providing examples. This is somewhat sparse, IMHO, and could use more words around the "if"...
Once the many PRs have been merged... incantation below: ```bash find . -name '*.md' | xargs sed -i -z 's|\n||g' find . -name '*.md' | xargs sed -i 's|narrow_table monospace_table|monospace_table|g'...
The `Last modified` field in the footer shows the day of the last deployment.
See https://github.com/duckdb/duckdb/issues/13378
See https://github.com/duckdb/duckdb/issues/13162
I use the `spatial` extension a lot. Its current [docs](https://github.com/duckdb/duckdb-web/blob/ec54d44929ff5517ea22dd5e8f48453eb0d07148/docs/extensions/spatial.md) already provide a nice overview of the available functions. However, sometimes a bit more detail is required to successfully use...
> Please describe the problem you encountered in the DuckDB documentation and include the "Page URL" link shown below. > Note: only create an issue if you wish to report...
> Please describe the problem you encountered in the DuckDB documentation and include the "Page URL" link shown below. > Note: only create an issue if you wish to report...
In the CSV autodetection page, in the section `sniff_csv` Function it reads: > The `sniff_csv` function accepts an optional `sample_size` parameter to configure the number of rows sampled. But going...