chsh
0
Q:

how to count positive elements numpy

>>> np.sum(np.array(x) > 0, axis=0)
array([3, 3, 3, 3, 3, 0])
1

New to Communities?

Join the community