From 0bfbd3ee364158b5bea57a78e4d67ca7c9911bdc Mon Sep 17 00:00:00 2001 From: "Katharina Tielking, MD" Date: Thu, 24 Aug 2023 18:29:45 +0000 Subject: [PATCH] Deleted line --- pandas/core/series.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pandas/core/series.py b/pandas/core/series.py index 9a934217ed5c1..761ec3cec66bf 100644 --- a/pandas/core/series.py +++ b/pandas/core/series.py @@ -5753,7 +5753,6 @@ def to_period(self, freq: str | None = None, copy: bool | None = None) -> Series See Also -------- Series.reindex : Conform Series to new index. - Series.set_index : Set Series as DataFrame index. Index : The base pandas index type. Notes