completeness_checker#

Completeness check transform for time series datasets.

This module provides functionality for checking the completeness of time series load data. Completeness is defined as the ratio of non-missing values to the total number of values in a given time series.

Classes#

CompletenessChecker(**data)

Transformer to check the completeness of time series load data.