reconcile_time_series
Align multiple time series on a common key, compute differences from the first series, and identify missing keys and outliers.
Instructions
Align several time series on a common key, compute deltas vs the first series, and flag missing keys and outliers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| on | No | Key field to align on | date |
| series | Yes | ||
| value_field | No | value |