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