File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
pandas/core/arrays/sparse Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
139
139
-i " pandas.Series.pad PR01,SA01" \
140
140
-i " pandas.Series.sem PR01,RT03,SA01" \
141
141
-i " pandas.Series.sparse PR01,SA01" \
142
- -i " pandas.Series.sparse.density SA01" \
143
142
-i " pandas.Series.sparse.fill_value SA01" \
144
143
-i " pandas.Series.sparse.from_coo PR07,SA01" \
145
144
-i " pandas.Series.sparse.npoints SA01" \
Original file line number Diff line number Diff line change @@ -671,6 +671,11 @@ def density(self) -> float:
671
671
"""
672
672
The percent of non- ``fill_value`` points, as decimal.
673
673
674
+ See Also
675
+ --------
676
+ DataFrame.sparse.from_spmatrix : Create a new DataFrame from a
677
+ scipy sparse matrix.
678
+
674
679
Examples
675
680
--------
676
681
>>> from pandas.arrays import SparseArray
You can’t perform that action at this time.
0 commit comments