dqa.tasks.data_filtering.RestrictToNonNan#
- class dqa.tasks.data_filtering.RestrictToNonNan(truncate_name: str | List[str] | None = None, **kwargs)#
Restricts measurements containing tables to those entries in which all rows specified in input_name have non-nan values.
- Parameters:
truncate_name (str or list of strings, default=None) – The list of all data rows that should be affected by the restriction. Note that this might differ from input_name. The latter specifies the rows whose entries need to be non-nan. If None, then all data rows are affected.
Methods
finish
()Can perform actions that are required to clean up after the task has finished, e.g. close network connections etc.
in_out_default
input_output_dataset
input_output_machine
input_output_mode
input_output_name
log
modify_data_row
modify_dataset
modify_dataset_dict
modify_machine
modify_measurement
set_logging_level
transfer_metadata