Skip to content

Commit 86b52c4

Browse files
Update see also methods for Index.map
1 parent 29bc519 commit 86b52c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/indexes/base.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -6076,8 +6076,7 @@ def map(self, mapper, na_action: Literal["ignore"] | None = None):
60766076
60776077
See Also
60786078
--------
6079-
Index.apply : Invoke function on values of Series.
6080-
Index.replace : Replace values given in to_replace with value.
6079+
Index.where : Replace values where the condition is False.
60816080
60826081
Examples
60836082
--------

0 commit comments

Comments
 (0)