This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.sparse.coo_matrix.tocsc

coo_matrix.tocsc()

Return a copy of this matrix in Compressed Sparse Column format

Duplicate entries will be summed together.

This Page