timeatlas.time_series_dataset.TimeSeriesDataset.apply¶
-
TimeSeriesDataset.
apply
(func, tsd: Optional[timeatlas.time_series_dataset.time_series_dataset.TimeSeriesDataset] = None) → timeatlas.time_series_dataset.time_series_dataset.TimeSeriesDataset¶ 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
- Parameters
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
- Returns
TimeSeriesDataset