An ndarray containing the non- fill_value values.
fill_value
Examples
>>> s = SparseArray([0, 0, 1, 0, 2], fill_value=0) >>> s.sp_values array([1, 2])
previous
pandas.Series.sparse.fill_value
next
pandas.Series.sparse.from_coo