ericemc3
ericemc3
Caption, title, source... are different concepts. A title is what appears above a chart, a headline aiming at emphasizing the main takeaway, a caption is what typically appears below a...
Well i don't see ggplot2 or vega-lite behave unpredictably to that regard, and i have already handle this with D3 in the past (SVG or canvas provides methods for measuring...
I agree that in any case a maximum label width should prevail and ellipsis are a convenient and elegant truncation option.
> You can add collections to collections as described here: > > https://observablehq.com/@observablehq/collections Thank you for the tip, i hadn't notice that, and it is a possible answer for me...
Hi @carlopi, thank you for your prompt reaction. I get ┌─────────────────────────────┐ │ user_agent │ ╞═════════════════════════════╡ │ duckdb/v0.10.0(wasm_eh) cpp │ and the same issue with https://shell.duckdb.org/?bundle=eh Please note that it works...
Hi, on Chrome and Edge Windows Database: v1.0.0 Package: @duckdb/[email protected] Still the same issue with: ``` SET reliable_head_requests = true; FROM 'https://static.data.gouv.fr/resources/communes-2023-format-parquet/20240122-085355/communes2023.parquet' SELECT codgeo WHERE epci = '200039865' ; ```...
yes i tried both with the same outcome: `Invalid Error: TProtocolException: Invalid data `
Thanks @Fil for the Utf8() type! [n_com2022_p.csv](https://github.com/duckdb/duckdb-wasm/files/10030775/n_com2022_p.csv) In the https://observablehq.com/@observablehq/csv-to-parquet notebook, previous file does not load, the notebook yields an error because codgeo is improperly analyzed as Int32 (and further,...
is opening csv.gz files on the roadmap?
> Any news, workaround on support for .gz in wasm? I trying to load data from the eurostat api and even if i turn compression off it is still not...