Skip to content

Commit

Permalink
Update series.py
Browse files Browse the repository at this point in the history
Fix PR05 error
  • Loading branch information
samukweku authored Jan 5, 2024
1 parent c8f0e2e commit 9679b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -5650,7 +5650,7 @@ def case_when(
Parameters
----------
caselist : A list of tuples of conditions and expected replacements.
caselist : A list of tuples of conditions and expected replacements
Takes the form: ``(condition0, replacement0)``,
``(condition1, replacement1)``, ... .
``condition`` should be a 1-D boolean array-like object
Expand Down

0 comments on commit 9679b9e

Please sign in to comment.