I have an interesting problem where in I need to iterate through one column of excel and check if a particular value has already occurred in that column before if so I need to add _numeric value to it as shown in the image below -
It works for me, but I have some doubts, what each of these snips actually doing. Please bear with me as I have only worked in python have no experience in C#.