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