I have dataset with timestamp and multiple sensor variables. dataset dimension = (50000,100).
I can apply function for single column on dataprep for rolling average: ROLLINGAVERAGE("Column_name", 21, 0).
Is there any way to apply the same function to all the columns in gcp dataprep.
How to apply window function like rollingaverage to all the columns in google dataprep?
64 views Asked by Tushar Rakshe At
1
According to the official documentation of TriFacta: