Class StandardTableSliceGroup

java.lang.Object
tech.tablesaw.table.TableSliceGroup
tech.tablesaw.table.StandardTableSliceGroup
All Implemented Interfaces:
Iterable<TableSlice>

public class StandardTableSliceGroup extends TableSliceGroup
A group of tables formed by performing splitting operations on an original table
  • Method Details

    • create

      public static StandardTableSliceGroup create(Table original, String... columnsNames)
      Returns a viewGroup splitting the original table on the given columns. The named columns must be CategoricalColumns
    • create

      public static StandardTableSliceGroup create(Table original, CategoricalColumn<?>... columns)
      Returns a viewGroup splitting the original table on the given columns. The named columns must be CategoricalColumns