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

Fix dtype for series of nils in DF.new #529

Merged
merged 1 commit into from
Mar 1, 2023

Conversation

philss
Copy link
Member

@philss philss commented Mar 1, 2023

This is going to respect the desired dtype, and if it's not possible to create with that dtype, then we cast the series.

Closes #528

This is going to respect the desired dtype, and if it's not possible to
create with that dtype, then we cast the series.

Closes elixir-explorer#528
@philss philss merged commit 4a7bdf5 into elixir-explorer:main Mar 1, 2023
@philss philss deleted the ps-fix-528 branch March 1, 2023 19:49
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.

Explicitly providing dtypes for new dataframes won't work when all values are nil
1 participant