We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e70c5e commit 3a6cc0dCopy full SHA for 3a6cc0d
pandas/core/arrays/sparse/accessor.py
@@ -54,9 +54,9 @@ class SparseAccessor(BaseAccessor, PandasDelegate):
54
55
See Also
56
--------
57
- Series.sparse.to_coo : Create a scipy.sparse.coo_matrix from a Series with
+ 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
+ Series.sparse.from_coo : Create a Series with sparse values from a
60
scipy.sparse.coo_matrix.
61
62
Examples
0 commit comments