TimeSeriesDataset.
apply
Apply function specialized for TimeSeriesDataset
Check the Pandas apply function to get an idea about the role of this method.
Warning
This method isn’t yet implemented
func – function Python function or NumPy ufunc to apply. If ts is given as param, func must have two params in the form of f(x,y)
tsd – TimeSeriesDataset The second TimeSeriesDataset if you want to make an operation on two time series
TimeSeriesDataset