- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 19.2k
BUG[string]: incorrect index downcast in DataFrame.join #61771
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
Conversation
        
          
                doc/source/whatsnew/v3.0.0.rst
              
                Outdated
          
        
      | - Bug in :meth:`DataFrame.unstack` producing incorrect results when manipulating empty :class:`DataFrame` with an :class:`ExtentionDtype` (:issue:`59123`) | ||
| - Bug in :meth:`concat` where concatenating DataFrame and Series with ``ignore_index = True`` drops the series name (:issue:`60723`, :issue:`56257`) | ||
| - Bug in :func:`melt` where calling with duplicate column names in ``id_vars`` raised a misleading ``AttributeError`` (:issue:`61475`) | ||
| - Bug in :meth:`DataFrame.join` incorrectly downcasting object-dtype indexes (:issue:`61771`) | 
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.
I guess we would want to backport this fix to 2.3.1?
| Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions: 
 
 
 
 
 
 And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the  If these instructions are inaccurate, feel free to suggest an improvement. | 
| Thanks @jbrockmendel! | 
…1771) Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
| Manual backport -> #61800 | 
doc/source/whatsnew/vX.X.X.rstfile if fixing a bug or adding a new feature.