export type PivotAggregation = "sum" | "count" | "average" | "max" | "min" | "product" | "count_nums" | "std_dev" | "std_devp" | "var" | "varp";