Hello,

I am working on a database with the following structure:

ID trait1 trait2
1 899 789
1 600 700
1 500 560
2 430 560
2 600 700
2 800 230
2 500 650
...

So I have multiple measurements per each individual.
I would like to add a column numbering observations for each individual.
I would...