Skip to content

Commit

Permalink
DOC: fix double notes in aggregate docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Mar 16, 2018
1 parent a9574d5 commit 99e5523
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -5277,8 +5277,6 @@ def _gotitem(self, key, ndim, subset=None):
return self[key]

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

0 comments on commit 99e5523

Please sign in to comment.