I am trying to use Matplotlib to visualize some measurements. The measurements typically last about 24hrs and will include ~30k lines of data in the csv. I\'ve been struggling m
I have below columns as an operation of pandas filter column :
Object A_START_TIME B_START_TIME B_STOP_TIME A_STOP_TIME
0 17 27158762 27158803 27178575 27259032
1 18 27259557 27259605 27263225 27323232
2 19 27323266 27323299 27332959 27341878
I am looking at plotting something like explained below :
for 17 : A_START_TIME----[B_START_TIME========B_STOP_TIME]-------A_STOP_TIME
For 18 : A_START_TIME----[B_START_TIME========B_STOP_TIME]-------A_STOP_TIME