xorbits.pandas.Index.ravel#

final Index.ravel(order: str = 'C') pandas.core.indexes.base.Index[source]#

Return a view on self.

Return type

Index

See also

numpy.ndarray.ravel

Return a flattened array.

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.