Angara.Table


ComparableColumnSummary<'a>

Namespace: Angara.Data
Parent Module: TableStatistics

Simple statistics for columns containing non-numeric data

Record Fields

Record FieldDescription
Count
Signature: int

Number of elements in the column except for missing values, which is null or empty string.

Max
Signature: 'a

A maximum value of the column.

Min
Signature: 'a

A minimum value of the column.

TotalCount
Signature: int

Total number of elements in the column.

Fork me on GitHub