Search a Numpy Array for a value

In a Numpy array, we can search for a specific value using the numpy.where() method. This method returns the index where the specific element is found.

Let us see an example to search an array for a value in Numpy:

Output

The out above displays [2, 5] that means the value 30 found at index 2 and 5.

If you liked the tutorial, spread the word and share the link and our website Studyopedia with others.

For Videos, Join Our YouTube Channel: Join Now


Read More:

Split Numpy Array
Sorting Numpy Arrays
Studyopedia Editorial Staff
Studyopedia Editorial Staff
[email protected]

We work to create programming tutorials for all.

No Comments

Post A Comment

Discover more from Studyopedia

Subscribe now to keep reading and get access to the full archive.

Continue reading