Skip to content

Commit 1586cc0

Browse files
committed
DOC: PR07 Add descriptions for Index.where parameters
1 parent d7d23ca commit 1586cc0

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
@@ -3943,7 +3943,9 @@ def where(self, cond, other=None):
39433943
Parameters
39443944
----------
39453945
cond : bool array-like with the same length as self
3946-
other : scalar, or array-like
3946+
Condition to select the entries on.
3947+
other : scalar, or array-like, default None
3948+
Replacement if the condition is False.
39473949
39483950
Returns
39493951
-------

0 commit comments

Comments
 (0)