Skip to content

Commit 5e14414

Browse files
committed
where versionadded
1 parent d90f384 commit 5e14414

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/arrays/base.py

+2
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,8 @@ def where(self, cond, other):
666666
"""
667667
Replace values where the condition is False.
668668
669+
.. versionadded :: 0.24.0
670+
669671
Parameters
670672
----------
671673
cond : ndarray or ExtensionArray

0 commit comments

Comments
 (0)