I have a dataframe with 3 columns. I would like to drop duplicates in column A based on values in other columns. I have searched tirelessly and cant find a solution like this.
example:
A | B | C |
---|---|---|
Family1 | nan | nan |
Family1 | nan | 1234 |
Family1 | 1245 | nan |
Family1 | 3456 | 78787 |
Family2 | nan | nan |
Family3 | nan | nan |