-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Incorrect index shape when using a user-defined function for aggregating a grouped series with object-typed index. #40835
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 23 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
5ded786
Add failing test.
DriesSchaumont 30cd16e
Merge remote-tracking branch 'upstream/master' into fix-40014
DriesSchaumont e97b413
Merge remote-tracking branch 'upstream/master' into fix-40014
DriesSchaumont c5e1cf7
Merge remote-tracking branch 'upstream/master' into fix-40014
DriesSchaumont 9ccb324
Merge remote-tracking branch 'upstream/master' into fix-40014
DriesSchaumont 04d61b5
Dont use fastpath for series whith object index.
DriesSchaumont d4d9fb5
Add comment.
DriesSchaumont 307bbe5
Add whatsnew
DriesSchaumont ace5f81
Merge remote-tracking branch 'upstream/master' into fix-40014
DriesSchaumont bb7f09e
Move test.
DriesSchaumont 4f31837
Check test expected result.
DriesSchaumont db9b29b
Move whatsnew
DriesSchaumont fa4291a
Merge remote-tracking branch 'upstream/master' into fix-40014
DriesSchaumont b0dfbcd
Adjustment for review
DriesSchaumont 4ddcc12
Merge remote-tracking branch 'upstream/master' into fix-40014
DriesSchaumont a21be6f
New solution.
DriesSchaumont 7a4a793
Merge remote-tracking branch 'upstream/master' into fix-40014
DriesSchaumont 4bf3f20
Fix len error.
DriesSchaumont 0c16e6c
Fix index caching.
DriesSchaumont f457dff
Merge remote-tracking branch 'upstream/master' into fix-40014
DriesSchaumont 3eb7b79
Fix index caching (2)
DriesSchaumont d608b5b
Merge remote-tracking branch 'upstream/master' into fix-40014
DriesSchaumont 86db870
Styling and remove stray print statement
DriesSchaumont ded8433
Adjustments for review
DriesSchaumont 24a1344
Merge remote-tracking branch 'upstream/master' into fix-40014
DriesSchaumont 5cca8d2
Merge remote-tracking branch 'upstream/master' into fix-40014
DriesSchaumont 337edbd
Merge remote-tracking branch 'upstream/master' into fix-40014
DriesSchaumont b89eee0
Add issue number, change almost_equal to assert_equal
DriesSchaumont 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
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.
can you be more specific here? as a user i am not sure what i am to do with this statement
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.
add a 'for example df.groupby(....)......` or similar, in particular this is only for a user supplied function (e.g. via .apply right)?
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.
Adjusted, hope this is more clear?