Recommendations for flexible time series data?

I guess the range of time values is too large for the Time type?

A thing I would try is define a new TimeType that wraps the microsecond values.

Can you expand on what you mean regarding data frames? A DataFrame in Julia is a generic container, you can put vectors or images inside…

In case you haven’t seen it: you might find this thread useful.

Hopefully someone with more experience with time series will chime in…