dqa.tasks.time_series.IntervalIndicator#

class dqa.tasks.time_series.IntervalIndicator(interval_start: str, interval_end: str, output_x: str, output_y: str, **kwargs)#

Computes an indicator function for a list of intervals that can be plotted.

The input is taken as a list for interval start and interval end points. The result is returned as one data row for the x-coordinates and one data row for the y-coordinates. The input intervals must be sorted and non-intersecting.

Parameters:
  • interval_start (str) – Name of the data row containing the interval start points.

  • interval_end (str) – Name of the data row containing the interval end points.

  • output_x (str) – Name of the data row containing the x coordinates of the result.

  • output_y (str) – Name of the data row containing the y coordinates of the result.

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