I have a problem with my pandas dataframe. I am trying to remove duplicates in different rows and cols. For example ID 839/6250 appears in row 3 and 5 (please find attached a screenshot)
Screenshot Dataframe
I want to remove all dupicated numbers from the dataframe
Can anyone help?
Thanks