On this page
pandas.Series.get_values
Series.get_values(self)
[source]-
Same as values (but handles sparseness conversions); is a view.
Deprecated since version 0.25.0: Use
Series.to_numpy()
orSeries.array
instead.Returns: - numpy.ndarray
-
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.get_values.html