dataframe python unique values rows

30

# get the unique values (rows)
df.drop_duplicates()

Comments

Submit
0 Comments