Python——删除dataframe中的重复值,duplicates(

df为drop_dataframe的变量对象

df.drop_duplicates('要删除的列名')

在哪一个对象中,要干什么