pandas.Index.ravel

Index.ravel(self, order='C')[source]

Return an ndarray of the flattened values of the underlying data.

Returns:
numpy.ndarray

Flattened array.

Scroll To Top