in my csv data I have a column with a following data:
110.00
111.00
111.00 *
112.00
113.00
114.00
114.00 *
115.00
115.00 *
116.00
110.00
111.00
111.00 *
112.00
113.00
114.00
114.00 *
115.00
115.00 *
116.00
I read it in data frame and I'd like to delete on of the rows with the duplicating numbers but only if they are immedietely one after another. I marked the rows I's like to remove with an *. Thanks for any suggestions