D toc |
---|
Excerpt |
---|
Extracts the ranked value from the values in a column, where |
For purposes of this calculation, two instances of the same value are treated as separate values. So, if your dataset contains three rows with column values 10
, 9
, and 9
, then KTHLARGEST
returns 9
for k=2
and k=3
.
...