Package tech.tablesaw.aggregate
package tech.tablesaw.aggregate
-
ClassesClassDescriptionAn abstract class that provides a partial implementation of aggregate functions to summarize over a columnStatic utility class for pre-defined instances of
AggregateFunction
Partial implementation of AggregateFunction that returns an integer when applied to a column of any typeA partial implementation of aggregate functions to summarize over a boolean columnPartial implementation of Aggregate function that returns a Double value when applied to a BooleanColumnA partial implementation of an AggregateFunction that returns an Integer value when applied to a Boolean ColumnUtilities for creating frequency and proportion cross tabsA partial implementation of aggregate functions to summarize over a date columnA partial implementation of aggregate functions to summarize over a dateTime columnA partial implementation of aggregate functions to summarize over an instant columnA partial implementation of aggregate functions to summarize over a numeric columnPivotTable 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 StringSummarizes 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