a simple code:
suka = pd.Series(range(10)) padla =np.argwhere(suka % 4==0)
get the error "Length of passed values is 1, index implies 10