duckdb-web
duckdb-web copied to clipboard
DuckDB website and documentation
I found the documentation for the `force_not_null` parameter to `read_csv` hard to understand. The parameter name suggests a BOOLEAN value, but it's actually a list of VARCHARs. The description reads:...
The design of `sniff_csv` suggests we can use it to discover the proper argument values for `read_csv`, with some of the columns in the result returned by `sniff_csv` suggesting a...
See https://github.com/duckdb/duckdb/issues/13325
See https://github.com/duckdb/duckdb/issues/13428
See https://github.com/duckdb/duckdb/issues/13512
See https://github.com/duckdb/duckdb/issues/13478