To drop the rows whose occurrence in column is 1 dataset: t={\'name\':[\'max\',\'max\',\'colin\',\'roman\',\'roman\']} df=pd.DataFrame(t) the expected
t={\'name\':[\'max\',\'max\',\'colin\',\'roman\',\'roman\']}
df=pd.DataFrame(t)