Hi everyone.
I'm trying to give a unique ID to a bunch of rows with the same name and then other unique ID to another bunch of rows with another name and go on. Something like this:
ID Name
1 A
1 A
2 B
2 B
I have a lot of records so I don't wanna do it one by one. I think I can do this with a python script, but I'm not sure how!
Anyone can help me, please!!