-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
detect date fields in Apache Arrow tables #263
Conversation
Co-authored-by: Fabian Iwand <[email protected]>
uses the same duck type test as observablehq/inputs#263 closes observablehq/framework#1376
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Taking a pass now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now. Please merge if you agree @Fil!
Merging now so I can test against #262. Please let me know any comments retroactively! |
addresses the Inputs.table part of observablehq/framework#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.