scipy.sparse.coo_matrix.tocsr

coo_matrix.tocsr()

Return a copy of this matrix in Compressed Sparse Row format

Duplicate entries will be summed together.

This Page