-
MultiIndex.union(other)
[source] -
Form the union of two MultiIndex objects, sorting if possible
Parameters: other : MultiIndex or array / Index of tuples
Returns: Index
>>> index.union(index2)
MultiIndex.union()
2017-01-12 04:50:14
MultiIndex.union(other)
[source]
Form the union of two MultiIndex objects, sorting if possible
Parameters: |
other : MultiIndex or array / Index of tuples |
---|---|
Returns: |
Index >>> index.union(index2) |
Please login to continue.