Skip to content

Commit a94bd64

Browse files
committed
DOC: SA01 Add See Also section in Index.where
1 parent 571a73b commit a94bd64

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
@@ -3965,6 +3965,10 @@ def where(self, cond, other=None):
39653965
Returns
39663966
-------
39673967
Index
3968+
3969+
See Also
3970+
--------
3971+
DataFrame.where : Replace values in a DataFrame where the condition is False.
39683972
"""
39693973
if other is None:
39703974
other = self._na_value

0 commit comments

Comments
 (0)