I have a long format dataframe, with two columns:
At first (I think) I want a wide format dataframe with separate code columns:
Then I want that the timestamp variable count up one minute for every unique code+timestamp combination:
related count up wideformat for timestamp
Maybe I just do not know the right technical terms to search this. For any help I will be very grateful.