W3cubDocs

/pandas 0.25

pandas.Series.ravel

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.

© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.25.0/reference/api/pandas.Series.ravel.html