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.

  • ValueError – If all the array doesn’t have zero fill-values.