scipy.sparse.csc_array.getcol#

csc_array.getcol(j)[source]#

Returns a copy of column j of the array/matrix, as an (m x 1) sparse array/matrix (column vector).

Deprecated since version 1.11.0: This method will be removed in SciPy 1.14.0. Use array/matrix indexing instead.