pandas.Series.ravel — pandas 0.25.3 documentation (original) (raw)

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

Return the flattened underlying data as an ndarray.

Returns: numpy.ndarray or ndarray-like Flattened data of the Series.

See also

numpy.ndarray.ravel