-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Backport PR #55619 on branch 2.1.x (BUG: Groupby not keeping string dtype for empty objects) #55705
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
Backport PR #55619 on branch 2.1.x (BUG: Groupby not keeping string dtype for empty objects) #55705
Conversation
…5619) * BUG: Groupby not keeping string dtype for empty objects * Fix --------- Co-authored-by: Thomas Li <[email protected]> (cherry picked from commit 8afd868)
Just needed to move a test for this one. |
Ack, looks like there's a segmentation fault here. @phofl I'm gonna bump this off the milestone then. |
Yeah no worries |
Nevermind about the segfault, it seems to be unrelated to this PR (I saw it happen on the 2.1.x branch too, and I made a comment about it on the release issue). I'll send a PR to move the release note. |
Oops, looks like I accidentally hit close on this for some reason. (I think I meant to hit merge). |
Merging, I need to move the release note now. |
BUG: Groupby not keeping string dtype for empty objects
Fix
Backports PR #55619