I would like to convert data with the following column of elapsed time in milliseconds into a time series with pandas:
I assume that I have to convert this column somehow into timedeltas, but I don't know how.
One extra thing: Although it looks like this, I would not assume that the time spans are always equally spaced.
Looking forward to some help, please.