I have a dataframe like this:
I want to merge rows with name and also merge category according to name column. I mean if Name column rows has same name then merge category data and rest of the data will be the same :
the goal is to remove duplicate according by the name and merge category column data into one column