dqa.tasks.transformations.MeanByIndex#

class dqa.tasks.transformations.MeanByIndex(index_name: str, index_output: str | None = None, **kwargs)#

Computes the mean for each set of entries with same index value.

Parameters:
  • index_name (str) – The name of the index data row.

  • index_output (str) – The name of the data row containing the indices corresponding to the output.

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

individual_operation

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