Skip to content

Commit 0798380

Browse files
DOC: Updated aggregate docstring (#35042)
* DOC: Updated aggregate docstring * Doc: updated aggregate docstring * Update pandas/core/generic.py Co-authored-by: Marco Gorelli <[email protected]> * 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 <[email protected]>
1 parent da667af commit 0798380

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/core/generic.py

+3
Original file line numberDiff line numberDiff line change
@@ -5169,6 +5169,9 @@ def pipe(self, func, *args, **kwargs):
51695169
-----
51705170
`agg` is an alias for `aggregate`. Use the alias.
51715171
5172+
In pandas, agg, as most operations just ignores the missing values,
5173+
and returns the operation only considering the values that are present.
5174+
51725175
A passed user-defined-function will be passed a Series for evaluation.
51735176
{examples}"""
51745177
)

0 commit comments

Comments
 (0)