Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix typo
  • Loading branch information
TLouf committed Sep 1, 2021
commit 2acfe466db7615c8f5e2425defa17fcd34e2f628
2 changes: 1 addition & 1 deletion pandas/core/arrays/sparse/scipy_sparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def coo_to_sparse_series(
Parameters
----------
A : scipy.sparse.coo.coo_matrix
dense_index : bool, default FalseSparseDtype
dense_index : bool, default False

Returns
-------
Expand Down