aggregate
Syntax:
Float
Context Filtering: ✗ No
Parameters
Validation
- Minimum parameters: 2
- Maximum parameters: 2
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
aggregate
Syntax:
PercentileCont([column], percentile)
Float
Context Filtering: ✗ No
| Name | Type | Required | Description |
|---|---|---|---|
column | column | ✓ Yes | The column on which to calculate the percentile. |
percentile | number | ✓ Yes | A number, 0 < percentile < 1, indicating the target continuous percentile. |
PercentileCont([Score], 0.7)