Uses of Class
tech.tablesaw.table.StandardTableSliceGroup
-
Packages that use StandardTableSliceGroup Package Description tech.tablesaw.table -
-
Uses of StandardTableSliceGroup in tech.tablesaw.table
Methods in tech.tablesaw.table that return StandardTableSliceGroup 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.
-