I'm wondering if someone can please help me figure out how to filter data for the first time instance after each minute on the dot.
As an example, if my data frame is
I want row 1 and row 13 (the first time instances after cycles of 60 seconds), but nothing in between.
I cannot use modulus division by 60 because most instances do not occur right on the dot.