how to remove duplicates in python data code example Example: remove duplicate columns python dataframe df = df.loc[:,~df.columns.duplicated()]