Skip to content

Commit b7ee7a6

Browse files
committed
DOC: Updated aggregate docstring
1 parent 0159cba commit b7ee7a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/generic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5074,7 +5074,8 @@ def pipe(self, func, *args, **kwargs):
50745074
{see_also}
50755075
Notes
50765076
-----
5077-
`agg` is an alias for `aggregate`. Use the alias.
5077+
- `agg` is an alias for `aggregate`. Use the alias.
5078+
- Some NumPy functions such as ``np.mean``, ``np.nanmean``, ``np.median`` etc. resolve to their corresponding internal cython function.
50785079
50795080
A passed user-defined-function will be passed a Series for evaluation.
50805081
{examples}"""

0 commit comments

Comments
 (0)