I have the following dataframe
I want to create a new dataframe which will copy each row as per its count variable which would be like this :
How to calculate arrivaltime during this repetition: arrival time will be calculated like this: it will have value of offset if count was 1 and if count was more than 1 it will add interval columns value to offset and it will keep adding interval's value for that repetitive row.
Help me to achieve this Thanks in Advance.