dataframe elinate duplicate columns keep first code example Example: python - remove repeted columns in a df df.loc[:,~df.T.duplicated(keep='first')]