Skip to content

Commit d7d23ca

Browse files
committed
DOC: SA01 Add See Also section in Index.where
1 parent ab56348 commit d7d23ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/core/indexes/base.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3948,6 +3948,10 @@ def where(self, cond, other=None):
39483948
Returns
39493949
-------
39503950
Index
3951+
3952+
See Also
3953+
--------
3954+
DataFrame.where : Replace values in a DataFrame where the condition is False.
39513955
"""
39523956
if other is None:
39533957
other = self._na_value

0 commit comments

Comments
 (0)