Hi Everyone,
I have a data set where i have duplicate entries. I want to return first duplicate entry as Digit 1 and other duplicated entry of the same name as zero. For example
Apple 1
Apple 0
Kiwi 1
Kiwi 0
Kiwi 0
Apple 1
As you can see in the example the other duplicate entries of Apple and kiwi are tagged as Zero.
Thanks in advance for your Help
I have a data set where i have duplicate entries. I want to return first duplicate entry as Digit 1 and other duplicated entry of the same name as zero. For example
Apple 1
Apple 0
Kiwi 1
Kiwi 0
Kiwi 0
Apple 1
As you can see in the example the other duplicate entries of Apple and kiwi are tagged as Zero.
Thanks in advance for your Help