From d4c941baa1e4b21c58be81ac5de9e31f96f5cebc Mon Sep 17 00:00:00 2001 From: Ben Welsh Date: Mon, 7 Jan 2019 17:00:06 -0800 Subject: [PATCH] Removed duplicate documentation --- pandas/core/frame.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pandas/core/frame.py b/pandas/core/frame.py index 7bbbdd70e062e..a09f20b5453ff 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -6217,8 +6217,6 @@ def _gotitem(self, array, e.g., ``numpy.mean(arr_2d)`` as opposed to ``numpy.mean(arr_2d, axis=0)``. - `agg` is an alias for `aggregate`. Use the alias. - See Also -------- DataFrame.apply : Perform any type of operations.