I for example have the numpy array:
array1 = [[1,2, 3], [2,4, 0], [1,2, 9]]
Then I only want to select the rows which don\'t end with a 0 like: