In the univariate processing function subset, the parameters start_position and end_position currently accept integer positions for the rows of the time series to sample from. Much like pandas, it would be much more convenient if the function accepted complex objects that the underlying pandas series can understand.
In the univariate processing function
subset, the parametersstart_positionandend_positioncurrently accept integer positions for the rows of the time series to sample from. Much like pandas, it would be much more convenient if the function accepted complex objects that the underlying pandas series can understand.