Войти
  • 15649Просмотров
  • 3 года назадОпубликованоCodemy.com

Searching Numpy Arrays The Easy Way - Numpy For Machine Learning 8

In this video we'll learn how to search thru Numpy Arrays using the where() function. The where function allows you to search through your Numpy array and returns the index number of each result. It actually returns a tuple with the index number, and we'll discuss that in this video. #numpy #codemy #JohnElder Timecodes 0:00​​ - Introduction 0:55 - Search Numpy Array Using Where() 2:17 - Where Returns A Tuple 2:54 - Return More Than One Item With Where() 3:27 - Return The Actual Item 4:15 - Return Even Numpy Array Items 5:51 - Return Odd Numpy Array Items 6:40 - Conclusion