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

Implement Series.from_list of null type #807

Closed
wants to merge 5 commits into from

Conversation

lkarthee
Copy link
Member

Fix for #806

Support create Series.from_list([nil, nil])

Even though tests pass - DataFrame.concat_rows may fail and Series.concat will fail if one of dtypes is :null (irrespective of this fix) - need to address it later.

sn = Series.from_list([nil, nil, nil], dtype: :null)
s2 = Series.from_list([4.0, 5.0, 6.4])
Series.concat([s2, sn]) # will fail - it is valid in polars

@lkarthee lkarthee closed this Jan 10, 2024
@lkarthee lkarthee deleted the null_type branch January 10, 2024 03:50
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.

2 participants