observablehq / inputs

Better input elements
https://observablehq.com/framework/lib/inputs
ISC License
125 stars 34 forks source link

detect date fields in Apache Arrow tables #263

Closed Fil closed 1 month ago

Fil commented 3 months ago

addresses the Inputs.table part of https://github.com/observablehq/framework/issues/1376

I thought we could extend it to duck-type other field types (numbers vs strings), but there is no real need beyond dates and it would add complexity.

mbostock commented 1 month ago

Merging now so I can test against #262. Please let me know any comments retroactively!