You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe proposed solution
New function in TimeSeries class named transform taking as parameter function and applying it to TimeSeries itself. For reference see pandas-pipe
Describe proposed solution
New function in TimeSeries class named
transform
taking as parameter function and applying it to TimeSeries itself. For reference see pandas-pipesignature:
transform(self, function, *args, **kwargs) -> TimeSeries
The text was updated successfully, but these errors were encountered: