Structsยง
- Builder
- A builder for NumericResampleSeries
- Complete
- The final stage for
NumericResampleSeries
. - Input
Stage - The
input
stage forBuilder
. - Numeric
Resample Series - Resamples the input series to a new resolution using interpolation. Outputs data for timestamps corresponding to the defined frequency. Based on interpolation strategy, determines range of timestamps to output data for and interpolates values where necessary.
- Resample
Configuration Stage - The
resample_configuration
stage forBuilder
.