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 © 2018. All rights reserved.