validation#
Validation utilities for time series datasets.
This module provides functions to validate dataset compatibility and integrity, particularly for operations that combine multiple datasets.
Functions#
|
Validate that a pandas Series is of datetime type. |
|
Check if the datasets have overlapping feature names. |
|
Check if the dataset contains all required columns. |
|
Check if the datasets have the same feature names. |
|
Check if the datasets have the same sample interval. |