-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: update the .agg doc-string with examples #16188
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16188 +/- ##
==========================================
- Coverage 90.88% 90.86% -0.03%
==========================================
Files 162 162
Lines 50827 50833 +6
==========================================
- Hits 46194 46189 -5
- Misses 4633 4644 +11
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #16188 +/- ##
==========================================
+ Coverage 90.86% 90.86% +<.01%
==========================================
Files 162 162
Lines 50862 50871 +9
==========================================
+ Hits 46215 46224 +9
Misses 4647 4647
Continue to review full report at Codecov.
|
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.
Don't have much time now, but from a quick glance looks good! Nice to have the examples!
pandas/core/groupby.py
Outdated
-------- | ||
pandas.Series.apply | ||
pandas.Series.aggregate | ||
pandas.Series.transform |
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.
Shouldn't the see also here refer to groupby().transform as well?
I think some of my See also links are not working :< |
* DOC: update the .agg doc-string with examples * various updates
consolidates .agg docs across frame/series & groupby & window