Skip to content

Commit 99e5523

Browse files
DOC: fix double notes in aggregate docstring
1 parent a9574d5 commit 99e5523

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/frame.py

-2
Original file line numberDiff line numberDiff line change
@@ -5277,8 +5277,6 @@ def _gotitem(self, key, ndim, subset=None):
52775277
return self[key]
52785278

52795279
_agg_doc = dedent("""
5280-
Notes
5281-
-----
52825280
The aggregation operations are always performed over an axis, either the
52835281
index (default) or the column axis. This behavior is different from
52845282
`numpy` aggregation functions (`mean`, `median`, `prod`, `sum`, `std`,

0 commit comments

Comments
 (0)