pandas.MultiIndex.get_loc

MultiIndex.get_loc(key, method=None) [source]

Get integer location, slice or boolean mask for requested label or tuple. If the key is past the lexsort depth, the return may be a boolean mask array, otherwise it is always a slice or int.

Parameters:

key : label or tuple

method : None

Returns:

loc : int, slice object or boolean mask

© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.20.3/generated/pandas.MultiIndex.get_loc.html