Skip to content

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 mbostock and visnup 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

3 participants