How to apply window function like rollingaverage to all the columns in google dataprep?

64 views Asked by At

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.

1

There are 1 answers

0
Fran Verdejo On

According to the official documentation of TriFacta:

Multiple columns and wildcards are not supported.