-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: retain masked EA dtypes in groupby with as_index=False #41373
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
Merged
Merged
Changes from 27 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
eaf4fa9
ENH: retain masked EA dtypes in groupby with as_index=False
jbrockmendel 02005f4
32bit compt
jbrockmendel 93ed7e7
32bit compat
jbrockmendel 9fbd50f
Merge branch 'master' into ref-group_index
jbrockmendel d4a986a
whatsnew
jbrockmendel 9b1e560
Merge branch 'master' into ref-group_index
jbrockmendel fcfc4e4
Merge branch 'master' into ref-group_index
jbrockmendel ff5d851
Merge branch 'master' into ref-group_index
jbrockmendel cf6b37d
rename result_arraylike-> group_arraylike
jbrockmendel a617ee4
Merge branch 'master' into ref-group_index
jbrockmendel 67aa1c6
Merge branch 'master' into ref-group_index
jbrockmendel 03cd407
Merge branch 'master' into ref-group_index
jbrockmendel c9db010
Merge branch 'master' into ref-group_index
jbrockmendel 238123b
Merge branch 'master' into ref-group_index
jbrockmendel 446a77e
fix test
jbrockmendel 77e90ca
Merge branch 'master' into ref-group_index
jbrockmendel 802d18d
Merge branch 'master' into ref-group_index
jbrockmendel f767706
Merge branch 'master' into ref-group_index
jbrockmendel 4c83e3e
Merge branch 'master' into ref-group_index
jbrockmendel b7a8599
Merge branch 'master' into ref-group_index
jbrockmendel cb37f57
Merge branch 'master' into ref-group_index
jbrockmendel ac4402b
fix broken uint64 cases
jbrockmendel 30b07f9
Merge branch 'master' into ref-group_index
jbrockmendel f019783
Merge branch 'master' into ref-group_index
jbrockmendel c882029
Merge branch 'master' into ref-group_index
jbrockmendel e22cf97
move whatsnew to 1.4.0
jbrockmendel efe5976
Merge branch 'master' into ref-group_index
jbrockmendel 6eca84d
Merge branch 'master' of https://github.com/pandas-dev/pandas into re…
jbrockmendel a32cb83
revert unnecessary convert_datetime
jbrockmendel 0d64355
Merge branch 'master' into ref-group_index
jreback ecc3151
Merge branch 'master' into ref-group_index
jbrockmendel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
what breaks if we remove this inference entirely?
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.
huh, nothing now. im pretty sure there was something back when i did this. will revert
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.
updated + green