pandas.Index.ravel

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

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

Returns

numpy.ndarray

Flattened array.

Scroll To Top