From e5a66db030c80b3f704f04d3c512b6945680dcc2 Mon Sep 17 00:00:00 2001 From: elahe Date: Sat, 16 Sep 2023 16:10:22 +0200 Subject: [PATCH 1/3] delete duplication in the return section --- pandas/core/shared_docs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pandas/core/shared_docs.py b/pandas/core/shared_docs.py index 9da103e13f691..9f89c6fa313db 100644 --- a/pandas/core/shared_docs.py +++ b/pandas/core/shared_docs.py @@ -35,7 +35,6 @@ * Series : when DataFrame.agg is called with a single function * DataFrame : when DataFrame.agg is called with several functions - Return scalar, Series or DataFrame. {see_also} Notes ----- From 9902007cff822b7f5343f9324f6a1000f7290510 Mon Sep 17 00:00:00 2001 From: elahe Date: Sat, 16 Sep 2023 16:26:25 +0200 Subject: [PATCH 2/3] delete duplication in the return section --- pandas/core/generic.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pandas/core/generic.py b/pandas/core/generic.py index 5c303e2a73bd7..bbaa6d3faeb05 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -8323,8 +8323,6 @@ def asof(self, where, subset=None): * DataFrame : when `self` is a DataFrame and `where` is an array-like - Return scalar, Series, or DataFrame. - See Also -------- merge_asof : Perform an asof merge. Similar to left join. From ae5a45f036f6dc603b93af59df95d087d1c7f3e1 Mon Sep 17 00:00:00 2001 From: elahe Date: Sat, 16 Sep 2023 17:23:28 +0200 Subject: [PATCH 3/3] delete blank line --- pandas/core/shared_docs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pandas/core/shared_docs.py b/pandas/core/shared_docs.py index 9f89c6fa313db..ec219941a3afc 100644 --- a/pandas/core/shared_docs.py +++ b/pandas/core/shared_docs.py @@ -34,7 +34,6 @@ * scalar : when Series.agg is called with single function * Series : when DataFrame.agg is called with a single function * DataFrame : when DataFrame.agg is called with several functions - {see_also} Notes -----