Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Hierarchy

  • ColumnStatsGrouping

Index

Properties

bins?: number

If the grouping column is numeric the, the number of bins for the grouping can be entered here.

defaultvalue

The default is automatically determined based on number of values in the column.

categorical?: boolean

Whether the grouping should be performed by category (rather than numeric binning).

defaultvalue

The default is determined by column type if this is not defined.

id: string

The column ID.

max?: number

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.

defaultvalue

The default is the maximum value contained in the column (before filtering) if this is not defined.

min?: number

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.

defaultvalue

The default is the minimum value contained in the column (before filtering) if this is not defined.

Generated using TypeDoc