From 907faf2d6bcba30b242c09ff6828fa12b100eac0 Mon Sep 17 00:00:00 2001 From: arthurlw Date: Fri, 25 Apr 2025 11:50:20 -0700 Subject: [PATCH] removed redundant self-reference --- pandas/core/generic.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pandas/core/generic.py b/pandas/core/generic.py index 884107d4bc6af..87bd82936f134 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -8852,8 +8852,6 @@ def resample( See Also -------- - Series.resample : Resample a Series. - DataFrame.resample : Resample a DataFrame. groupby : Group {klass} by mapping, function, label, or list of labels. asfreq : Reindex a {klass} with the given frequency without grouping.