Skip to content

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
@mroeschke
Copy link
Member

Thanks for the PR but it appears this PR has gone stale and requires unit tests and a whatsnew entry. Closing but feel to reopen a new pull request if interested in continuing

@mroeschke mroeschke closed this Nov 7, 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

2 participants