We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529bcc1 commit 63eee1bCopy full SHA for 63eee1b
ci/code_checks.sh
@@ -138,7 +138,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
138
-i "pandas.RangeIndex.start SA01" \
139
-i "pandas.RangeIndex.step SA01" \
140
-i "pandas.RangeIndex.stop SA01" \
141
- -i "pandas.Series.case_when RT03" \
142
-i "pandas.Series.cat.add_categories PR01,PR02" \
143
-i "pandas.Series.cat.as_ordered PR01" \
144
-i "pandas.Series.cat.as_unordered PR01" \
pandas/core/series.py
@@ -5324,6 +5324,7 @@ def case_when(
5324
Returns
5325
-------
5326
Series
5327
+ A new Series with values replaced based on the provided conditions.
5328
5329
See Also
5330
--------
0 commit comments