Dominik Moritz
Dominik Moritz
* DuckDB server written in Rust. * Supports http/1, http/2, and websockets. * Caching and bundling support. * Fixes bundle logic in demo page. * Rewrite priority queue as a...
E.g. in this chart, we could show the values on each bar. For small bars, the label should be outside and for large bars the labels should be on the...
I found that for very large datasets where index creation takes a few seconds, it can be better to only activate a selection on click instead of hover.
I tried the new releases but get an error. ``` > csv2arrow data/simple.csv -n Schema: { "fields": [ { "name": "a", "data_type": "Int64", "nullable": true, "dict_id": 0, "dict_is_ordered": false, "metadata":...
See https://github.com/domoritz/json2parquet/issues/99 by @cardi
When there is only one unique value, we should improve the display to just show that or at least center the stats and improve the summary.
We could sort the columns similar to rill developer or use the order in the data frame. I can see value in either but maybe slightly prefer sorting.
https://vega.github.io/vega/docs/api/view/#view_removeDataListener. These are useful to remove a listener when it's not needed anymore.
In https://github.com/vegafusion/vegafusion/blob/010718b700ad80394edb76a84f03d552c8e24deb/python/vegafusion-jupyter/src/widget.ts#L223, you could use https://github.com/vega/schema/tree/parser, which is the official Vega schema URL parser.