The output table contains any user-specified GroupBy columns and the bin information (lower boundary, upper boundary, and number and percentage of input rows falling into that bin).
Column Name | Data Type | Description |
---|---|---|
GroupByColumns | Any | Columns that were used to group the input data. |
bin | INTEGER | Bin identifier. Starts at 0. |
bin_start | DOUBLE PRECISION | Lower boundary of the bin. |
bin_end | DOUBLE PRECISION | Upper boundary of the bin. |
bin_count | INTEGER | Number of input rows in that bin. |
bin_percent | REAL | Percent of input rows in that bin. |