Skip to content

Commit ff3539c

Browse files
committed
DOC: PR07 Add descriptions for Index.where parameters
1 parent a94bd64 commit ff3539c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/core/indexes/base.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3960,7 +3960,9 @@ def where(self, cond, other=None):
39603960
Parameters
39613961
----------
39623962
cond : bool array-like with the same length as self
3963-
other : scalar, or array-like
3963+
Condition to select the entries on.
3964+
other : scalar, or array-like, default None
3965+
Replacement if the condition is False.
39643966
39653967
Returns
39663968
-------

0 commit comments

Comments
 (0)