| Package | Description |
|---|---|
| tech.tablesaw.api |
| Modifier and Type | Class | Description |
|---|---|---|
class |
NumberColumn<C extends NumberColumn<C,T>,T extends Number> |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DoubleColumn |
|
class |
FloatColumn |
|
class |
IntColumn |
|
class |
LongColumn |
|
class |
ShortColumn |
| Modifier and Type | Method | Description |
|---|---|---|
NumberColumn<C,T> |
NumberColumn.set(DoublePredicate condition,
T newValue) |
|
NumberColumn<C,T> |
NumberColumn.set(DoublePredicate condition,
NumberColumn<C,T> other) |
Updates this column where values matching the selection are replaced with the corresponding
value from the given column
|
| Modifier and Type | Method | Description |
|---|---|---|
NumberColumn<C,T> |
NumberColumn.set(DoublePredicate condition,
NumberColumn<C,T> other) |
Updates this column where values matching the selection are replaced with the corresponding
value from the given column
|
Copyright © 2021. All rights reserved.