| Package | Description |
|---|---|
| tech.tablesaw.columns | |
| tech.tablesaw.columns.numbers |
| Modifier and Type | Method and Description |
|---|---|
default Interpolator<T> |
Column.interpolate()
Provides the ability to create a new column with missing cells filled based off the value of
nearby cells.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NumberInterpolator<T extends Number>
Creates a new column with missing cells filled based off the value of nearby cells.
|
Copyright © 2020. All rights reserved.