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)
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)