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
Hello!
If you want for MeanTransform not to use data for the current timestamp you can do it by applying MeanTransform to lagged values.
In that case you create lagged values using LagTransform(in_column="column_name", lags=[my_lag], out_column="lag") and then add MeanTransform(in_column=f"lag_{my_lag}", window=my_window).
Add option to select averaging period
Can you elaborate on this? We have window parameter, isn't it enough?
🚀 Feature Request
It is not possible to take average data for a certain period (start, stop).
Important!
The function "MeanTransform" takes data from future
Proposal
Test cases
No response
Additional context
The text was updated successfully, but these errors were encountered: