From 5456fb7780605a3f5720f33e7aab9aa938a7bba4 Mon Sep 17 00:00:00 2001 From: Aditi Saluja <136131452+salujaditi14@users.noreply.github.com> Date: Mon, 21 Aug 2023 22:42:37 -0700 Subject: [PATCH] Update generic.py --- pandas/core/generic.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pandas/core/generic.py b/pandas/core/generic.py index cf60717011222..9777ced2b209d 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -12340,9 +12340,6 @@ def last_valid_index(self) -> Hashable | None: Axis for the function to be applied on. For `Series` this parameter is unused and defaults to 0. - For DataFrames, specifying ``axis=None`` will apply the aggregation - across both axes. - .. versionadded:: 2.0.0 skipna : bool, default True