We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8c0e2 commit 8a9325fCopy full SHA for 8a9325f
ci/code_checks.sh
@@ -124,7 +124,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
124
-i "pandas.Index.dropna RT03,SA01" \
125
-i "pandas.Index.duplicated RT03" \
126
-i "pandas.Index.empty GL08" \
127
- -i "pandas.Index.fillna RT03" \
128
-i "pandas.Index.get_indexer PR07,SA01" \
129
-i "pandas.Index.get_indexer_for PR01,SA01" \
130
-i "pandas.Index.get_indexer_non_unique PR07,SA01" \
pandas/core/indexes/base.py
@@ -2578,6 +2578,7 @@ def fillna(self, value):
2578
Returns
2579
-------
2580
Index
2581
+ NA/NaN values replaced with `value`.
2582
2583
See Also
2584
--------
0 commit comments