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