Filters the table rows based aggregation value
Filter the table rows using comparator on the aggregation of the values of the rows.
For example with this you can keep only the rows with a mean value greater than 0.5.
The returns table is the originial table with the rows filtered (not the aggregated table).
Supported aggregation functions: mean
, std
, var
, min
, max
, median
and sum
.
Supported comparators: >
, <
, >=
, <=
, ==
, !=
.
Input
Table
2d excel like table
Output
Table
2d excel like table
Configuration
aggregation_filter
Filter axis validating a numeric criterion after aggregation
List
3
function
Function applied on the rows
string
comparator
Comparator
string
value
Value
float