here is the image of the original dataframe in pandas. But i want to slice the dataframe based on the location of "START" value in the dataframe.
I would want to search the entire data frame for 'START' and then select all values after START as the column ex. MONTH1, MONTH2, MONTH3 ....until data extends( i want to select range from location of "START" +1 till end) as columns of the new data frame and 630,559,994,501 ....... would be rows till the end of the new data frame.
output final dataframe to be as below

