pandas删除列中重复的行

mydf = mydf.drop_duplicates(subset='列名')

subset参数指定具体列

你可能感兴趣的:(python)