dqa.tasks.transformations.InRange#
- class dqa.tasks.transformations.InRange(range: List[float | None], **kwargs)#
Determines (entrywise) if values are in a specified range.
Returns an array of logical values. Each entry is True if the value is in the specified range.
- Parameters:
range (list of floats) – A two-element list specifying the interval boundaries. If the upper or the lower bound is None, then the interval is unbounded in the corresponding direction.
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