public class Interpolator<T> extends Object
Constructor and Description |
---|
Interpolator(Column<T> column) |
Modifier and Type | Method and 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 © 2020. All rights reserved.