NumberInterpolator
public class Interpolator<T> extends Object
Constructor | Description |
---|---|
Interpolator(Column<T> column) |
Modifier and Type | Method | Description |
---|---|---|
Column<T> |
backfill() |
Fills missing values with the next non-missing value
|
Column<T> |
frontfill() |
Fills missing values with the last non-missing value
|
Copyright © 2021. All rights reserved.