Each bin can optionally be assigned a label.

cuts
array[number]
default: "[0.33, 0.66]"

Points/values used to cut the quantitative column into bins.

labels
array[string]
default: "['low', 'medium', 'high']"

Names for the resulting bins. Important: Note that cutting a series of values in 3 places creates 4 bins..

add_extremes
boolean
default: "true"

Whether to automatically include the minimum and maximum values of the column as cut points.

include_right
boolean
default: "true"

Whether the intervals are right-inclusive, i.e. of the form (x1, x2], or left-inclusive [x1, x2).