Skip to content
Merged
3 changes: 3 additions & 0 deletions pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -5076,6 +5076,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