NumberInterpolatorpublic class Interpolator<T> extends Object
| Modifier and Type | Field | Description |
|---|---|---|
protected Column<T> |
col |
The column being interpolated
|
| Constructor | Description |
|---|---|
Interpolator(Column<T> column) |
Constructs an object for performing interpolation on the given 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 © 2022. All rights reserved.