flag = df.price.duplicated()
# flag = df.duplicated()
#参考:https://www.cnblogs.com/trotl/p/11876292.html
flag.any()
df.drop_duplicats