Package | Description |
---|---|
tech.tablesaw.api | |
tech.tablesaw.table | |
tech.tablesaw.util |
Modifier and Type | Method and Description |
---|---|
ViewGroup |
Table.groupBy(Column... columns)
The first stage of a split-apply-combine operation
|
ViewGroup |
Table.groupBy(String... columns)
The first stage of a split-apply-combine operation
|
ViewGroup |
Table.splitOn(Column... columns)
Synonymous with groupBy
The first stage of a split-apply-combine operation
|
ViewGroup |
Table.splitOn(String... columns)
Synonymous with groupBy
The first stage of a split-apply-combine operation
|
Modifier and Type | Method and Description |
---|---|
static ViewGroup |
ViewGroup.create(Table original,
String... columnsNames) |
Modifier and Type | Method and Description |
---|---|
static double[][] |
DoubleArrays.to2dArray(ViewGroup views,
int columnNumber) |
Copyright © 2018. All rights reserved.