| Package | Description |
|---|---|
| tech.tablesaw.api | |
| tech.tablesaw.table | |
| tech.tablesaw.util |
| Modifier and Type | Method | Description |
|---|---|---|
TableSliceGroup |
Table.splitOn(String... columns) |
Returns a non-overlapping and exhaustive collection of "slices" over this table.
|
TableSliceGroup |
Table.splitOn(CategoricalColumn<?>... columns) |
Returns a non-overlapping and exhaustive collection of "slices" over this table.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SelectionTableSliceGroup |
A group of tables formed by performing splitting operations on an original table
|
class |
StandardTableSliceGroup |
A group of tables formed by performing splitting operations on an original table
|
| Modifier and Type | Method | Description |
|---|---|---|
static double[][] |
DoubleArrays.to2dArray(TableSliceGroup views,
int columnNumber) |
Copyright © 2021. All rights reserved.