Skip to content

accept an array of primitives#215

Closed
Fil wants to merge 1 commit into
mainfrom
fil/primitives
Closed

accept an array of primitives#215
Fil wants to merge 1 commit into
mainfrom
fil/primitives

Conversation

@Fil

@Fil Fil commented Feb 25, 2022

Copy link
Copy Markdown
Collaborator

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
Copy Markdown
Member

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

@Fil

Fil commented Jun 2, 2022

Copy link
Copy Markdown
Collaborator Author

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