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

accept an array of primitives #215

Closed
wants to merge 1 commit into from
Closed

accept an array of primitives #215

wants to merge 1 commit into from

Conversation

Fil
Copy link
Collaborator

@Fil Fil commented Feb 25, 2022

we continue to ignore nullish values when collecting column names, so that when a table has a few nulls in an array of key-value objects, we don't create a spurious column.

fixes #160

todo: maybe gray out the booleans w/ #214?

we continue to ignore nullish values when collecting column names, so that when a table has a few nulls in an array of key-value objects, we don't create a spurious column.

fixes #160
@Fil Fil requested review from visnup and mbostock February 25, 2022 16:08
@mbostock
Copy link
Member

I’m not sure we should do this. It’s probably better to throw an error (or do nothing).

@Fil
Copy link
Collaborator Author

Fil commented Jun 2, 2022

do nothing

@Fil Fil closed this Jun 2, 2022
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.

Inputs.table() for an array of primitives
2 participants