File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
pandas/core/arrays/sparse Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,10 @@ class SparseAccessor(BaseAccessor, PandasDelegate):
54
54
55
55
See Also
56
56
--------
57
- Series.sparse.to_coo : Create a scipy.sparse.coo_matrix from a Series with MultiIndex.
58
- Series.sparse.from_coo : Create a Series with sparse values from a scipy.sparse.coo_matrix.
57
+ Series.sparse.to_coo : Create a scipy.sparse.coo_matrix from a Series with
58
+ MultiIndex.
59
+ Series.sparse.from_coo : Create a Series with sparse values from a
60
+ scipy.sparse.coo_matrix.
59
61
60
62
Examples
61
63
--------
@@ -164,7 +166,8 @@ def to_coo(
164
166
165
167
See Also
166
168
--------
167
- Series.sparse.from_coo : Create a Series with sparse values from a scipy.sparse.coo_matrix.
169
+ Series.sparse.from_coo : Create a Series with sparse values from a
170
+ scipy.sparse.coo_matrix.
168
171
169
172
Examples
170
173
--------
You can’t perform that action at this time.
0 commit comments