pandas.Series.sparse.sp_values
- Series.sparse.sp_values
-
An ndarray containing the non-
fill_value
values.Examples
>>> s = SparseArray([0, 0, 1, 0, 2], fill_value=0) >>> s.sp_values array([1, 2])
© 2008–2021, 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/1.3.4/reference/api/pandas.Series.sparse.sp_values.html