pandas.MultiIndex.append — pandas 0.18.1 documentation (original) (raw)

MultiIndex.append(other)

Append a collection of Index options together

Parameters: other : Index or list/tuple of indices
Returns: appended : Index