pandas.MultiIndex.intersection — pandas 0.18.1 documentation (original) (raw)
MultiIndex.intersection(other)¶
Form the intersection of two MultiIndex objects, sorting if possible
Parameters: | other : MultiIndex or array / Index of tuples |
---|---|
Returns: | Index |