Skip to content
Merged
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pandas/core/indexes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3484,6 +3484,9 @@ def get_loc(self, key, method=None, tolerance=None):
indexer should be then used as an input to ndarray.take to align the
current data to the new index.

Returns -1 for unmatched values, for further explanation see the example
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move to the Notes section

below.

Parameters
----------
target : %(target_klass)s
Expand Down