stdlib
stdlib copied to clipboard
The Observable standard library.
The fileAttachment.xlsx() method is currently synchronous: once you call it, the entire workbook is parsed. For very large workbooks this may be prohibitive and a streaming API may be preferred....
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...
As in the title. Can stdlib read `.duckdb` files? Not parquet, but native `.duckdb` or `.db`? If yes, could you please write and example of how to access a local...
I'd like an equivalent of `gentoo = d3.csv("https://portal.edirepository.org/nis/dataviewer?packageid=knb-lter-pal.220.7&entityid=e03b43c924f226486f2f0ab6709d2381", d3.autoType)` with DuckDBClient. both ``` DuckDBClient.of({ gentoo: "https://portal.edirepository.org/nis/dataviewer?packageid=knb-lter-pal.220.7&entityid=e03b43c924f226486f2f0ab6709d2381" }) ``` and ``` DuckDBClient.of({ gentoo: { file: "https://portal.edirepository.org/nis/dataviewer?packageid=knb-lter-pal.220.7&entityid=e03b43c924f226486f2f0ab6709d2381" } }) ``` won't work....
Last DuckDb releases (as of 0.8.0) include PIVOT and UNPIVOT, both very useful SQL features for reshaping data.
I ran into an issue parsing numbers in JSON fields from a parquet file. I've reproduced with a simple test case here: https://observablehq.com/d/c5f796070b98c2a5 I submitted an issue with duckdb-wasm but...
When building a project that depends on stdlib using Webpack (e.g. a create-react-app where you've installed the runtime and a notebook), you get 53 warnings in the terminal: ``` WARNING...