Versions in this module Expand all Collapse all v0 v0.0.2 Jun 24, 2025 v0.0.1 Jun 21, 2025 Changes in this version + func Interpolate(ctx context.Context, sdf interface{}, opts InterpolateOptions) (interface{}, error) + type BackwardFill struct + type FillDirection uint8 + const Backward + const Forward + type FillRegion uint8 + const Extrapolation + const Interpolation + type ForwardFill struct + type InterpolateOptions struct + DontLock bool + FillDirection FillDirection + FillRegion *FillRegion + HorizAxis interface{} + InPlace bool + Limit *int + Method interpolateMethod + R *dataframe.Range + type Lagrange struct + Order int + type Linear struct + type Spline struct + Order int