I have the following problem: I have a big dataframe with this format:
Each of these measurements represents a whole cell with the name that contains the ":" regular expression, the ones that follow are area measurements of points inside a cell with their respective areas.
I would like to subset this into multiple dataframes containing just the part that ranges from the name with ":" to the next one. In this example it would be from row 1 to 14 and then from 15 to the next before the regular expression with ":".