python dataframe drop duplicate rows code example Example: df remove duplicate rows df = df.drop_duplicates() p