Replies: 2 comments
-
Hi, #v stores the column position of the column we're interested in -Aharon |
Beta Was this translation helpful? Give feedback.
-
Yes, I think you can only do this using Python Script. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have columns which need to be filtered by removing variables less than the mean + standard deviation (calculating the mean+stdev individually for each column). This can't be a static variable since I need a flow where every few days a new csv file is loaded.
(I'm aware that after filtering, the columns might not be the same length - that is logical to our data and addressed elsewhere in our flow).
Is there a way to calculate a cutoff variable and use it as input for a filter?
A simple example- a column with values [1,2,3,40,100], where mean+stdev = 72.0684. Removing entries below this value would only leave 100.
Thanks!
-Aharon
Beta Was this translation helpful? Give feedback.
All reactions