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

DuckDB website and documentation

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

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

The [docstring](https://duckdb.org/docs/api/python/reference/#duckdb.DuckDBPyRelation.unique) for `DuckDBPyRelation.unique()` says this: _Number of distinct values in a column_. In practice, it looks like it's actually performing a deduplication on the supplied column expression. ie these...

Bumps [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) from 8.0.2 to 8.0.3. Commits ddfacc8 8.0.3 7593113 Upgrade jsdoc-api to remove fast-glob #300 f51be38 Upgrade dmd to fix #300 See full diff in compare view [![Dependabot compatibility...

dependencies
javascript

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

The docs for aggregate function quantile_cont(x, pos) read: > The interpolated pos-quantile of x for 0

bug
functions
issue found on page
needs documentation

In the docs for function `quantile_cont`: https://duckdb.org/docs/sql/functions/aggregates.html#quantile_contx-pos It mentions that it returns an interpolated quantile, but doesn't describe the method that is used to interpolate, nor does it allow controlling...

functions