TimeSeries.
apply
Wrapper around the Pandas apply function
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)
ts – TimeSeries The second TimeSeries if you want to make an operation on two time series
TimeSeries