-
MultiIndex.union(other)
[source] -
Form the union of two MultiIndex objects, sorting if possible
Parameters: other : MultiIndex or array / Index of tuples
Returns: Index
1>>> index.union(index2)
MultiIndex.union()

2025-01-10 15:47:30
MultiIndex.union(other)
[source]
Form the union of two MultiIndex objects, sorting if possible
Parameters: |
other : MultiIndex or array / Index of tuples | ||
---|---|---|---|
Returns: |
Index
|
Designed by : w10schools
service@w10schools.com
Please login to continue.