Filtering numpy array to show when a column is of a certain value or greater
I am a new python learner, and was using numpy to filter a array of fake information where its formatted in [name, products, price]. I was trying to see a way to filter the array if the products value is 10 or greater. I want it to be a new array with people who have more than 10 products.