If the grouping column is numeric the, the number of bins for the grouping can be entered here.
Whether the grouping should be performed by category (rather than numeric binning).
The column ID.
If the grouping column is numeric, the maximum value can be supplied here which would denote the lower bound of the histogram for the grouping column.
If the grouping column is numeric, the minimum value can be supplied here which would denote the lower bound of the histogram for the grouping column.
Generated using TypeDoc
ColumnStatsGrouping defines the grouping parameters used to group column statistics by the data in another column. This can group both numeric and categorical columns. If the grouping column is numeric it is possible to define the min, max and number of bins for the grouping. If the grouping column is categorical the data is simply grouped by value.