Posts by Hector Medeiros • 23 points
1 post
-
2
votes1
answer348
viewsQ: Pandas: Subtract dates into grouped indexes in a dataframe
I am conducting a research using pandas and need to infer the time between two buses based on their start times (start_time). For this I have grouped in my dataframe a field for itinerary and…