| Package | Description |
|---|---|
| tech.tablesaw.aggregate |
| Modifier and Type | Field | Description |
|---|---|---|
static BooleanIntAggregateFunction |
AggregateFunctions.countFalse |
A function that takes a column argument and returns the count of
false values in the
column |
static BooleanIntAggregateFunction |
AggregateFunctions.countTrue |
A function that takes a column argument and returns the number of
true values in a
column |
Copyright © 2022. All rights reserved.