scipy.sparse.csc_array.getrow# csc_array.getrow(i)[source]# Returns a copy of row i of the array, as a (1 x n) sparse array (row vector). Deprecated since version 1.11.0: This method will be removed in SciPy 1.13.0. Use array indexing instead.