Time series processing tasks (dqa.tasks.time_series
)#
|
Computes a timestamp data row for a given input data row. |
|
Returns a list of intervals in which a time series has a specified constant value. |
|
Methods |
|
Returns the share of intervals in list a that are covered by intervals of list b to at least a certain threshold. |
|
Computes an indicator function for a list of intervals that can be plotted. |
|
Computes the total length of the intervals of list a that is not contained in the intervals of list b. |
|
For measurements containing time series of one time index, this merges the time indices below a certain threshold while ignoring nan values. |
|
Abstract base class for a task that works on a pandas DataFrame. |
|
Abstract base class for a task that works on a pandas Series. |
|
Resamples a data row with known sampling time to a chosen new sampling time. |
|
Sorts a list of intervals, removes intersections and fills gaps. |
|
Splits up one measurement with time series into multiple ones by an additional list of gaps. |
|
Splits time series up using a list of intervals. |
|
Applied to measurements consisting of time series with one common timestamp data row, this task splits up these time series into separate measurements whenever the gap between two consecutive entries exceeds a certain threshold. |
|
Splits input arrays into windows of a fixed length. |
|
Splits input arrays into windows whose length depends on the sampling time. |