I have simple dataset, one row with factors - I'd like to create a second column (SEQ
) and count/sequence the factor LO
column
LO SEQ
a 1
a 2
a 3
b 1
b 2
I want to count the LO
factors like so...i.e. I want to create the SEQ
column.
Looks so easy - but I'm stuck.