Remove attribute having sum < 10
marasma
New Altair Community Member
Hello everybody...
I'm pretty desperate, so gotta ask here... how can I remove an attribute having sum of the rows less than 10?
I tried Filter Examples, W-Filtered Attribute Eval, but... nothing!
Thank you
I'm pretty desperate, so gotta ask here... how can I remove an attribute having sum of the rows less than 10?
I tried Filter Examples, W-Filtered Attribute Eval, but... nothing!
Thank you
Tagged:
0
Answers
-
Hello,
I would generate a new column (Generate Attributes) and then filter the result with ("Filter Examples").
In Filter examples you have to chose 'attribute_value_filter' and then write the rule newcolumn < 10
Hope this helps0