Skip to content
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

Merged
merged 4 commits into from
Jul 26, 2024
Merged

detect date fields in Apache Arrow tables #263

merged 4 commits into from
Jul 26, 2024

Conversation

Fil
Copy link
Collaborator

@Fil Fil commented May 22, 2024

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.

@Fil Fil requested a review from mbostock May 22, 2024 12:58
src/table.js Outdated Show resolved Hide resolved
Co-authored-by: Fabian Iwand <mootari@users.noreply.github.com>
src/table.js Outdated Show resolved Hide resolved
Copy link
Member

@mbostock mbostock left a 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.

package.json Outdated Show resolved Hide resolved
src/table.js Outdated Show resolved Hide resolved
Copy link
Member

@mbostock mbostock left a 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!

@mbostock
Copy link
Member

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

@mbostock mbostock merged commit 98d833c into main Jul 26, 2024
1 check passed
@mbostock mbostock deleted the fil/arrow-dates branch July 26, 2024 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants