Answers for "Which of the following counts the number of elements in Numpy array"

1

numpy count where

print(np.sum(a % 2 == 1))
Posted by: Guest on March-09-2020

Code answers related to "Which of the following counts the number of elements in Numpy array"

Python Answers by Framework

Browse Popular Code Answers by Language