Skip to content
Prev 69944 / 398506 Next

loop

Rather than using a loop, how can I remove all consequentially
repeated values as in this example?
I am guessing using diff would help but not quite sure how.
date          f  
1 1999-01-01 1
2 1999-01-02 1
3 1999-01-03 1
4 1999-01-04 2
5 1999-01-05 2
date          f
1 1999-01-01 1
4 1999-01-04 2