TypeError: unsupported operand type(s) for &: 'float' and 'bool pandas python

Viewed 22

trying to drop multiple rows with condition

df.drop([df[df.name=='dd']& df[df.name=='Augustus']& df[df.name=='Adam']].index,axis=0,inplace=True)
0 Answers
Related