I have a a very large time series spreadsheet with many observed values of many variables. For each variable, I want to find and delete the first observation. It looks something like this
A * (x)
A *
A *
B * (x)
B *
B *
C * (x)
C *
C *
Each letter is one variable and each * is an observation. The (x) indicate the value I want to find and delete the entire row. Any suggestions? Thanks.
A * (x)
A *
A *
B * (x)
B *
B *
C * (x)
C *
C *
Each letter is one variable and each * is an observation. The (x) indicate the value I want to find and delete the entire row. Any suggestions? Thanks.