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: Change None values to NaN in combine_first method for better handling of missing data #59987

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Lavishgangwani
Copy link

@Lavishgangwani Lavishgangwani commented Oct 7, 2024

Description

This pull request addresses issue #58977 by improving the handling of missing data in the combine_first method. The changes ensure that None values are replaced with NaN, which allows for better integration with other Pandas functions that expect NaN values.

Related Issue

Checklist

  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed

@Lavishgangwani Lavishgangwani changed the title Fix: Change None values to NaN in combine_first method for better han… Fix: Change None values to NaN in combine_first method for better handling of missing data Oct 16, 2024
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.

BUG: Series.combine_first replaces None with NaN at index not provided by other
1 participant