diff --git a/pandas/core/frame.py b/pandas/core/frame.py index d9dbe22dddcdd3..409eb02af5cfce 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -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`,