observablehq / stdlib

The Observable standard library.
https://observablehq.com/@observablehq/standard-library
ISC License
961 stars 83 forks source link

Add Arquero as a recommended library #229

Closed mbostock closed 2 years ago

abitrolly commented 2 years ago

Will there be a tutorial on how to use it? For example, how to inspect tables with Arquero.

mbostock commented 2 years ago

You can pass an Arquero table to Inputs.table.

abitrolly commented 2 years ago

I ended up importing aq from https://observablehq.com/@uwdata/arquero where it has .view() method.