Data filtering task classes (dqa.tasks.data_filtering
)#
|
Methods |
|
Ensures that data rows with name specified by input_name exist in every measurement. |
|
In a table, with one 'key' data row, take the first entry for every key value. |
|
Reduces the size of the measurement list to a certain approximate, for example for visualization purposes. |
|
Removes all measurements with a specific metadata value. |
|
In a measurement containing a table, remove all entries that satisfy a condition given by one data row. |
|
Removes measurements for which a condition given in a data row is fulfilled. |
|
In a table, remove entries with equal values in one key data row. |
|
Remove data rows whose name is matched by a regex. |
|
Restrict the datasets to the ones specified in input_dataset. |
|
Restrict the machines in the dataset to the ones specified in input_machine. |
|
Restricts the measurements in each machine to the ones with specified indices. |
|
Restricts each measurement to the data rows given by input_name. |
Restricts to the measurements that contain all the data rows given in input_name. |
|
|
Restricts measurements containing tables to those entries in which all rows specified in input_name have non-nan values. |
|
Removes nan values at the beginning or at the end of each data row. |