Open alam-shahul opened 3 weeks ago
Would it be possible to add ak.quantile or ak.percentile functions, akin to np.quantile? To compute quantiles for every row in an Awkward Array, etc.
ak.quantile
ak.percentile
np.quantile
This is a duplicate with #741, but I'll close the old one in favor of this.
Description of new feature
Would it be possible to add
ak.quantile
orak.percentile
functions, akin tonp.quantile
? To compute quantiles for every row in an Awkward Array, etc.