good evening. i wanted to iterate an array and delete its indexes every other. or maybe put those indexes i want in a new array.
I tried
Processed_Data=np.array([i for i in Engleashed_Serch_Results if (i%2)])
but there is an unsupported operand type(s) error on division.
Engleashed_Serch_Results is another NumPy array