diff --git a/pandas/core/generic.py b/pandas/core/generic.py index 858d2ba82a969..b5cdafeb57134 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -11712,7 +11712,7 @@ def last_valid_index(self) -> Hashable: skipna : bool, default True Exclude NA/null values when computing the result. numeric_only : bool, default False - Include only float, int, boolean columns. Not implemented for Series. + Include only float, int, boolean columns. {min_count}\ **kwargs