Max |
Largest value |
Min |
Smallest value |
Sum |
Total of all values |
Mean |
Average value |
StdDev |
Standard deviation of values |
Count |
Number of numeric values |
CountNonEmpty |
Number of values, excluding empty values: "" |
CountDistinct |
Number of distinct values |
First |
First value in the column |
Last |
Last value in the column |
pivot:
dimensions:
- "<insert column to pivot on>"
- "<insert column to pivot on>"
aggregations:
- resultColumn: "<insert name of aggregated column>"
sourceColumn: "<insert name of column to aggregate>"
aggregation: "<Max, Min, Sum, Mean, StdDev, Count, CountNonEmpty, CountDistinct, First, Last>"
- resultColumn: "<insert name of aggregated column>"
sourceColumn: "<insert name of column to aggregate>"
aggregation: "<Max, Min, Sum, Mean, StdDev, Count, CountNonEmpty, CountDistinct, First, Last>"
pivot:
dimensions:
- "policy"
aggregations:
- resultColumn: "Total Premium"
sourceColumn: "premium"
aggregation: "Sum"