Skip to content

Commit beee950

Browse files
committed
Doc: updated aggregate docstring
1 parent b7ee7a6 commit beee950

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
@@ -5075,7 +5075,8 @@ def pipe(self, func, *args, **kwargs):
50755075
Notes
50765076
-----
50775077
- `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.
5078+
- Some NumPy functions such as ``np.mean``, ``np.nanmean``, ``np.median`` etc.
5079+
resolve to their corresponding internal cython function.
50795080
50805081
A passed user-defined-function will be passed a Series for evaluation.
50815082
{examples}"""

0 commit comments

Comments
 (0)