math
Syntax:
Integer
Context Filtering: ✓ Yes
Parameters
Allowed Column Types for
value: INT, FLOAT, DECIMAL
Validation
- Minimum parameters: 2
- Maximum parameters: 10
Examples
1
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
math
Syntax:
BinRange([value], [cutoff1], [cutoff2], ...)
Integer
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
value | number or column | ✓ Yes | The value to place into the defined bins |
cutoffs | number | ✓ Yes | The lower bounds to compare the value against. The first cutoff indicates the lower bounds of bin 2 |
value: INT, FLOAT, DECIMAL
BinRange(25, 50)
1
BinRange([Income], 100000, 500000)