I have a csv file which contains ID, Time and its distance like screenshot below. The file contains the distance travelled of some interval of time. Is there any way in python which I can group all 'Time' column in one and all 'Distance' column in one column for that particular ID. My target is to plot time vs distance of that particular ID at the end.
Or is there any function in python which I can plot without grouping Time and Distance Column Values.
I am open to any suggestions :)


Time&Distanceare added to the right, isn't it? And you want to plot only the most rightTimevsDistance, right?