Closed light-matters closed 2 weeks ago
Can we attack this in create
when the new
timeline is created, just by iterating over the rows of new
and changing the time if relative is true?
I'm a bit suspicious of looping here. I'll need to have a proper look at it but often looping over rows in pandas is quite inefficient.
I was wondering, too, but the new
timeline usually contains only very few lines, so I don’t think looping is an issue.
I.e. I want the value to be 'x' ten seconds after the value in the previous timeline.