Login
Introduction
Technical Documentation
Tasks
Version

Table filter

Deprecated TASK
Deprecated since the version : 0.2.2
Please use TableDataFilter or TableAggregatorFilter instead
Typing name :  TASK.gws_core.TableFilter Brick :  gws_core v Parent : 

Filters the table using various fitering rules

Base class

Input

Table
2d excel like table

Output

Table
2d excel like table

Configuration

axis_name_filter

Optional

Filter using rows or columns name patterns

Type : ListMaximum occurrences number : 3

axis_type

Optional

The axis whose name is searched

Type : stringAllowed values : row  column  Default value : column

value

Searched text or pattern (i.e. regular expression)

Type : string

use_regexp

Optional

True to use regular expression, False otherwise

Type : bool

aggregation_filter

Optional

Filter axis validating a numeric criterion after aggregation

Type : ListMaximum occurrences number : 3

direction

Axis along which the filter is applied

Type : stringAllowed values : horizontal  vertical 

function

Function applied on the axis

Type : stringAllowed values : mean  std  var  min  max  median  sum 

comparator

Comparator

Type : stringAllowed values : =  !=  >=  <=  >  < 

value

Value

Type : float