I want to be able to handle time series efficiently
Julian Moore
At present, time series can only be provided as columnar data in an imported CSV.
Please would you update so that each row can represent a sample, and provide suitable time-series support capabilities such as
* Parsing time-series time/datestamps with ~ms/us resolution
* Automatic re-sampling for uneven time series (average and interpolate)
* Automatic differentiation w.r.t - since this can, sometimes, be an alternative to resampling since dx/dt is by definition per unit time
Anyone else have specific TS needs?