From 9f4c6eb1d761fabb54905458390fa322287c65f1 Mon Sep 17 00:00:00 2001 From: Tuhin Sharma Date: Thu, 25 Apr 2024 12:02:19 +0530 Subject: [PATCH 1/2] DOC: add RT03 to pandas.Index.fillna --- pandas/core/indexes/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/core/indexes/base.py b/pandas/core/indexes/base.py index 2bb0aedb8bd84..ffc228d57a95b 100644 --- a/pandas/core/indexes/base.py +++ b/pandas/core/indexes/base.py @@ -2578,6 +2578,7 @@ def fillna(self, value): Returns ------- Index + NA/NaN values replaced with `value`. See Also -------- From 904724becaf2fb5cce69fd2fc33fb80595f9fadc Mon Sep 17 00:00:00 2001 From: Tuhin Sharma Date: Thu, 25 Apr 2024 12:06:55 +0530 Subject: [PATCH 2/2] DOC: remove pandas.Index.fillna --- ci/code_checks.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/code_checks.sh b/ci/code_checks.sh index bf7423dfe5825..a78b046eac08b 100755 --- a/ci/code_checks.sh +++ b/ci/code_checks.sh @@ -124,7 +124,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then -i "pandas.Index.dropna RT03,SA01" \ -i "pandas.Index.duplicated RT03" \ -i "pandas.Index.empty GL08" \ - -i "pandas.Index.fillna RT03" \ -i "pandas.Index.get_indexer PR07,SA01" \ -i "pandas.Index.get_indexer_for PR01,SA01" \ -i "pandas.Index.get_indexer_non_unique PR07,SA01" \