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

Allow nils when creating a struct series #853

Closed
philss opened this issue Feb 9, 2024 · 0 comments · Fixed by #854
Closed

Allow nils when creating a struct series #853

philss opened this issue Feb 9, 2024 · 0 comments · Fixed by #854
Labels
kind:bug Something isn't working

Comments

@philss
Copy link
Contributor

philss commented Feb 9, 2024

Today we are not accepting nil when creating a series of structs.

Explorer.Series.from_list([%{a: 42, b: "s"}, nil])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant