observablehq / stdlib

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

Add CSV and TSV parsing. #180

Closed mbostock closed 4 years ago

mbostock commented 4 years ago

As described here: https://observablehq.com/d/8f9d08fe2416fc3f

mbostock commented 4 years ago

As discussed, going to remove the map option for now to keep things simple. We can add it in the future if we want it (instead of await + map + filter).