dqa.tasks.transformations.Mean#

class dqa.tasks.transformations.Mean(axis: int | List[int] | None = None, keepdims: bool = False, **kwargs)#

Computes the mean of data, wrapper for np.mean.

The parameters are analogous to np.mean.

Parameters:
  • axis (None or int or list of ints, default=None) – Axis along which the mean is computed.

  • keepdims (bool, default=False) – Indicates whether the dimensions of the original array should be kept.

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