xorbits.pandas.Index.append#

Index.append(other: Index | Sequence[Index]) Index[source]#

Append a collection of Index options together.

Parameters

other (Index or list/tuple of indices) –

Return type

Index

Warning

This method has not been implemented yet. Xorbits will try to execute it with pandas.

This docstring was copied from pandas.core.indexes.base.Index.