dqa.tasks.data_filtering.RestrictToValidRange#
- class dqa.tasks.data_filtering.RestrictToValidRange(restrict_start: bool = False, restrict_end: bool = True, **kwargs)#
Removes nan values at the beginning or at the end of each data row.
- Parameters:
restrict_start (bool, default=False) – Indicates if nan values at the beginning should be removed.
restrict_end (bool, default=True) – Indicates if nan values at the end should be removed.
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