Package | Description |
---|---|
tech.tablesaw.reducing | |
tech.tablesaw.reducing.functions | |
tech.tablesaw.table |
Modifier and Type | Method and Description |
---|---|
static NumericSummaryTable |
NumericSummaryTable.create(String tableName)
Returns a new, empty table (without rows or columns) with the given name
|
Modifier and Type | Method and Description |
---|---|
NumericSummaryTable |
SummaryFunction.by(String... columnNames) |
Modifier and Type | Method and Description |
---|---|
NumericSummaryTable |
ViewGroup.reduce(String numericColumnName,
NumericReduceFunction function) |
Copyright © 2017. All rights reserved.