I have a set of data that has a bunch of start and end times, Using pandas i'm looking for the best way to get the number of overlapping start and end times, meaning the maximum start and end times that happen.
The table is of sessions with start and end time, the idea is to create a line graph showing the maximum concurrency of sessions over time.