Hi,
I have a table full of duplicate leads, all with different attributes.
E.g.
File Number | Name | Favorite Color | City | Number of children |
---|---|---|---|---|
123 | Peter Pan | Red | 3 | |
123 | Peter Pan | Boston | 3 |
What’s the best way to merge this information?
I think it’s ok to have some duplicates (like “3 3”), so appending might work for some cells. But I don’t how I can clean up tables in general.
Thanks so much
Sebastian