Quartile
Gets the value at a given quartile of the numeric column
Quartile(column1, 3) → 37
Quartile(column1, 1) → 15
Inputs
Quartile(column, quartile)
column
- A column to get the quartile forquartile
- The number of quartile. The quartile must be a value from 0 to 4, where 1 represents the lower quartile, and 3 - the upper
Last updated
Was this helpful?