COO.tocsr

COO.tocsr()[source]

Converts this array to a scipy.sparse.csr_matrix.

Returns:The result of the conversion.
Return type:scipy.sparse.csr_matrix
Raises:ValueError – If the array is not two-dimensional.