-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: aggregations were getting overwritten if they had the same name #30858
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
TomAugspurger
merged 34 commits into
pandas-dev:master
from
MarcoGorelli:multiple-aggregations
Jul 14, 2020
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
20049c1
:bug: aggregations were getting overwritten if they had the same name
ab685fd
:art: shorten test for the sake of legibility
e38e450
:art: handle empty in , make whatsnewentry public-facing
cb849a2
:pencil: move whatsnew entry to v1.1.0
521bc1d
remove accidentally added whatsnewentry
MarcoGorelli ec93c4f
Merge branch 'master' into multiple-aggregations
MarcoGorelli 6f9aac8
Update v1.1.0.rst
MarcoGorelli a8e9121
remove dataframe constructor
b857c6d
Dict instead of Mapping
44d00df
Merge branch 'master' into multiple-aggregations
MarcoGorelli 523effb
Merge remote-tracking branch 'upstream/master' into multiple-aggregat…
MarcoGorelli 552063a
remove no longer necessary setting of random seed
MarcoGorelli 5e2e7d2
Merge remote-tracking branch 'upstream/master' into multiple-aggregat…
MarcoGorelli 40f7e31
don't return slice in concat
MarcoGorelli f8f2d7f
Add test containing ohlc
MarcoGorelli dba7dde
Add named aggregation resample test, add to whatsnew
MarcoGorelli 1b43ed1
revert empty line change
MarcoGorelli 868a680
remove 30092 from whatsnew as the issue is already fixed in 1.0.3 and…
MarcoGorelli 5d7f3db
Merge branch 'master' into multiple-aggregations
MarcoGorelli 14b2402
catch performancewarning in test
MarcoGorelli 829dce8
Merge remote-tracking branch 'upstream/master' into multiple-aggregat…
MarcoGorelli 3469f5d
Merge remote-tracking branch 'upstream/master' into multiple-aggregat…
MarcoGorelli 862b39e
make test same as in OP
MarcoGorelli 5e3f333
make test match OP exactly
MarcoGorelli e7629f3
Merge remote-tracking branch 'upstream/master' into multiple-aggregat…
MarcoGorelli 51158ef
split into two tests
MarcoGorelli 447dfea
split into two tests
MarcoGorelli 2693956
Merge remote-tracking branch 'upstream/master' into multiple-aggregat…
MarcoGorelli aa988a4
add test with namedtuple
MarcoGorelli 7a62f5f
better layout
MarcoGorelli d80ddc5
better layout
MarcoGorelli 4f954d4
Merge remote-tracking branch 'upstream/master' into multiple-aggregat…
MarcoGorelli 62d91d1
dont special case empty output
MarcoGorelli fb3ba5c
Merge remote-tracking branch 'upstream/master' into multiple-aggregat…
MarcoGorelli 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
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.
FYI: the link to this method won't render, since
SeriesGroupBy
isn't in the pands namespace.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.
Sorry about that - will make sure the build the whatsnew file in the future to check