I have a pandas dataframe and a following graph based on a column of the dataframe: Image here
How can I best split the data based on the red line I've marked? (Apologize if the image is not really clear)
I tried to get the maximum/minimum value for the graph but it only shows one instead of multiple maximum values in the graph.
I'm currently practicing how to use pandas dataframe and indexing and any help on how to approach this would be really appreciated, thanks!