xorbits.pandas.Index.ravel#
- final Index.ravel(order: str = 'C') pandas.core.indexes.base.Index[source]#
Return a view on self.
- Return type
See also
numpy.ndarray.ravelReturn 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.