| Package | Description |
|---|---|
| tech.tablesaw.table |
| Modifier and Type | Method and Description |
|---|---|
static StandardTableSliceGroup |
StandardTableSliceGroup.create(Table original,
CategoricalColumn<?>... columns)
Returns a viewGroup splitting the original table on the given columns.
|
static StandardTableSliceGroup |
StandardTableSliceGroup.create(Table original,
String... columnsNames)
Returns a viewGroup splitting the original table on the given columns.
|
Copyright © 2020. All rights reserved.