dqa.tasks.data_structure.Split#
- class dqa.tasks.data_structure.Split(input_name: str, axis: int, ranges: List[List[int]], output_name: str | List[str] | None = None, **kwargs)#
Splits up a data row into multiple parts along a specified axis.
- Parameters:
input_name (str) – Name of the input data row, only one.
output_name (str or list of strings) – Name of the output data rows, can be multiple ones.
axis (int) – The axis along which the data should be split.
ranges (list of list of ints) – For each output name, a range (specified by start and end) is given such that the output with the corresponding name consists of the
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