I have a DataFrame that has duplicated rows. I\'d like to get a DataFrame with a unique index and no duplicates. It\'s ok to discard the duplicated values. Is this possible?
In [29]: df.drop_duplicates() Out[29]: b c 1 2 3 3 4 0 7 5 9