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

DataFrame.reindex(fill_value) does not fill existing NaN values #1723

Merged
merged 1 commit into from
Aug 26, 2020

Conversation

LucasG0
Copy link
Contributor

@LucasG0 LucasG0 commented Aug 24, 2020

This PR would close #1717.
I used float as fill value in tests in order to avoid clash bewteen int64 (from pandas) and int32 (from spark).

databricks/koalas/frame.py Outdated Show resolved Hide resolved
@LucasG0 LucasG0 force-pushed the reindex_dataframe branch from d5dcc0a to 353b55a Compare August 25, 2020 11:07
@ueshin ueshin requested a review from itholic August 25, 2020 19:02
Copy link
Contributor

@itholic itholic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise, LGTM.

databricks/koalas/tests/test_dataframe.py Outdated Show resolved Hide resolved
@LucasG0 LucasG0 force-pushed the reindex_dataframe branch from 353b55a to 75658cb Compare August 26, 2020 09:38
@itholic
Copy link
Contributor

itholic commented Aug 26, 2020

Thanks, @LucasG0 !
merging :)

@itholic itholic merged commit 1879618 into databricks:master Aug 26, 2020
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.

DataFrame reindex(fill_value) fails when containing NaNs
3 participants