Package tech.tablesaw.aggregate


package tech.tablesaw.aggregate
  • Classes
    Class
    Description
    AggregateFunction<INCOL extends Column<?>,OUT>
    An abstract class that provides a partial implementation of aggregate functions to summarize over a column
    Static utility class for pre-defined instances of AggregateFunction
    Partial implementation of AggregateFunction that returns an integer when applied to a column of any type
    A partial implementation of aggregate functions to summarize over a boolean column
    Partial implementation of Aggregate function that returns a Double value when applied to a BooleanColumn
    A partial implementation of an AggregateFunction that returns an Integer value when applied to a Boolean Column
    Utilities for creating frequency and proportion cross tabs
    A partial implementation of aggregate functions to summarize over a date column
    A partial implementation of aggregate functions to summarize over a dateTime column
    A partial implementation of aggregate functions to summarize over an instant column
    A partial implementation of aggregate functions to summarize over a numeric column
    PivotTable is used to 'rotate' a source table such that it is summarized on the values of some column.
    A partial implementation of aggregate functions to summarize over a StringColumn and return a String
    Summarizes the data in a table, by applying functions to a subset of its columns.
    A partial implementation of aggregate functions to summarize over a time column