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.
ENH: Implement Keyword Aggregation for DataFrame.agg and Series.agg #29116
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
ENH: Implement Keyword Aggregation for DataFrame.agg and Series.agg #29116
Changes from 7 commits
7e461a1
1314059
8bcb313
7bc368d
cf5c6c3
5298331
4fb74b5
97209be
ca273ff
1d2ab15
3ca193c
c8f80ed
8c738e9
d4d9ea4
2a6de27
21e09f9
058a8e9
0da68d8
15e3659
438398d
d47b790
832b8d9
5a3b690
4fb86f0
a1369bf
ef981a3
82c8960
c610391
679ba59
2ee2628
31f7033
2acb244
dfbd67a
ff5e60f
7c6c891
3e55fcb
6d74b29
532337e
400ff3e
05af2de
6206fa4
34199ad
15d099c
c56f05f
d3f0620
20ecfda
89b8e6b
8aa1cc9
091ca75
c2d5104
50ebdaf
0484f5e
425c802
d5c2c6c
8bb9714
2607c5d
0545231
0a27889
a66053e
7311ef0
da2ff37
bcc5bc3
0825027
d3c35f5
cef2b50
b96a942
3123284
7bb3bd0
3da2e2a
3ce91fc
1426ee2
5893a0e
cc85db4
0f55073
90d52ba
381a697
238b4cc
f8e1891
66e9b38
f4d8a4f
c3e34a0
0c0dbad
61f6201
88c7751
e2b957a
99f75b2
30b7296
baea583
04bffe6
42091c3
fc13e19
1403426
3d9655e
d78c57c
0487928
7435ac5
f1cd16c
469691c
1bb35b5
7a6f496
3730f7d
cd8d00f
6dddd55
96dc3ed
075b85b
a44471c
0e2eae4
2fb4b27
5e04185
56d0f89
7f4839e
65d578b
3e6a06c
8651447
a7439fe
449d40f
9fd8ec5
736bea2
d20be20
35b2b17
74d6169
0546224
f5f0e68
54ff962
ac57023
484e42c
47e6598
f28b452
81b4186
1fd4b5b
47dc5fe
9190f7f
89de59e
8493383
9a9dd7f
c75c882
fa61db7
00a1ccf
26b380a
165ea83
d6923f2
f6a5cc1
a747ab6
44405e8
faea906
7e30a61
3d20524
05921af
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
most of this is already implemented in the SelectionMixin
you should not have to add much code
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.
emm, i think this implementation is sort of post-processing after aggregation from SelectionMixin? no?
i will try my best to shorten the code anyway! thanks! @jreback
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.
why do you need to do this?
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.
right, removed this, not needed