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

Index.append(other)

Append a collection of Index options together

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