scipy.sparse.csc_array.getnnz#
- csc_array.getnnz(axis=None)[source]#
 Number of stored values, including explicit zeros.
- Parameters:
 - axisNone, 0, or 1
 Select between the number of values across the whole array/matrix, in each column, or in each row.
See also
count_nonzeroNumber of non-zero entries