COO.tocsr
- COO.tocsr()[source]
Converts this array to a
scipy.sparse.csr_matrix.- Returns:
The result of the conversion.
- Return type:
- Raises:
ValueError – If the array is not two-dimensional.
ValueError – If all the array doesn’t have zero fill-values.
See also
COO.tocscConvert to a
scipy.sparse.csc_matrix.COO.to_scipy_sparseConvert to a
scipy.sparse.coo_matrix.scipy.sparse.coo_matrix.tocsrEquivalent Scipy function.