Why do I get the error: "x and y must have same first dimension, but have shapes (15,) and (23,)"?index = np.where(A3_Fixed == 0)[0] for x in index: A2.pop(x) A3_F