Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.MultiIndex.union

MultiIndex.union(other)

Form the union of two MultiIndex objects, sorting if possible

Parameters:

other : MultiIndex or array / Index of tuples

Returns:

Index

>>> index.union(index2)