pandas.Series.sparse.npoints#

Series.sparse.npoints#

非政府组织数量 fill_value 分数。

示例

>>> s = SparseArray([0, 0, 1, 1, 1], fill_value=0)
>>> s.npoints
3