Ned Letcher

Results 16 issues of Ned Letcher

**Describe your context** ``` dash 2.13.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` **Describe the bug** Many of the go-to Dash Core Components have the CSS style `display` set to...

Slapdash comes with some round-trip tests to verify that the cookiecutter recipe, when baked, will successfully create a functioning Dash app and eg its multi-page routes work. The recipe should...

### What happened? I'm using DuckDB in JupyterLab with jupysql (0.7.4) and running into a funny performance issue, where I'm not seeing parallel loading of JSON lines files that I...

bug

The [docs](https://duckdb.org/docs/data/csv/overview.html#parameters) have this to say about the columns parameter for the `read_csv` function: > A struct that specifies the column names and column types contained within the CSV file...

csv

I was recently trying to familiarising myself with which DuckDB official extensions can be autoloaded or require explicit installation/loading, and noticed that information about this side of things is a...

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