Time series datatypes

Hello!

What datatype do you recommed for time series? I would need things like in Pandas:

  • access like Pandas “loc”
  • aggregation
  • conversion between time zones
  • interpolation
  • time shifts & differences
  • moving averages
  • inner join

There’s timeseries.jl and temporal.jl but I am not sure if they have all the features.