-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
BUG: Fix MultiIndex from_tuples on tuples with NaNs #60944
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
…60695
…to bug#60695
@Anurag-Varma - I think this looks good, just need to resolve the conflict by merging main. |
Thanks @rhshadrach I fixed the changes which you have mentioned in the review and sent the new commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Thanks @Anurag-Varma! |
closes BUG: The Series
.map()
function frequently fails when using dictionaries with tuple keys in various cases. #60988doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.