duckdb-web icon indicating copy to clipboard operation
duckdb-web copied to clipboard

DuckDB website and documentation

Results 186 duckdb-web issues
Sort by recently updated
recently updated
newest added

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:...

enhancement
import

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...

enhancement
import