I have a dataset like below:
Name ARowss TotalRowss Percentage
motors 11 11 100
trck1 2 2 100
trck2 2 2 100
hydr1 4 4 100
gas1 2 2 100
I am doing some cleanup of data for which I have to assign a new number to each value in "Name". All values are unique in "Name" column. So, from the above dataset, "motors" should have 1, "trck1" should have 2, "trck2" should have 3 and so on.