pandas.MultiIndex.get_loc — pandas 0.18.1 documentation (original) (raw)
MultiIndex.get_loc(key, method=None)¶
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 |