-
MultiIndex.intersection(other)
[source] -
Form the intersection of two MultiIndex objects, sorting if possible
Parameters: other : MultiIndex or array / Index of tuples Returns: Index
MultiIndex.intersection()
2017-01-12 04:49:46
MultiIndex.intersection(other)
[source]
Form the intersection of two MultiIndex objects, sorting if possible
Parameters: | other : MultiIndex or array / Index of tuples |
---|---|
Returns: | Index |
Please login to continue.