pandas.Series.ravel¶
-
Series.ravel(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.ravelReturn a flattened array.
Series.ravel(order='C')[source]¶Return the flattened underlying data as an ndarray.
Flattened data of the Series.
See also
numpy.ndarray.ravelReturn a flattened array.