Skip to content

Commit

Permalink
DOC: Updated aggregate docstring (pandas-dev#35042)
Browse files Browse the repository at this point in the history
* DOC: Updated aggregate docstring

* Doc: updated aggregate docstring

* Update pandas/core/generic.py

Co-authored-by: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com>

* Update generic.py

* Update generic.py

* Revert "Update generic.py"

This reverts commit 15ecaf7.

* Revert "Revert "Update generic.py""

This reverts commit cc231c8.

* Updated docstring of agg

* Trailing whitespace removed

* DOC: Updated docstring of agg

* Update generic.py

* Updated Docstring

Co-authored-by: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com>
  • Loading branch information
2 people authored and jbrockmendel committed Aug 24, 2020
1 parent b04e023 commit 356cdf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -5169,6 +5169,9 @@ def pipe(self, func, *args, **kwargs):
-----
`agg` is an alias for `aggregate`. Use the alias.
In pandas, agg, as most operations just ignores the missing values,
and returns the operation only considering the values that are present.
A passed user-defined-function will be passed a Series for evaluation.
{examples}"""
)
Expand Down

0 comments on commit 356cdf7

Please sign in to comment.