scikit-hep / awkward

Manipulate JSON-like data with NumPy-like idioms.
https://awkward-array.org
BSD 3-Clause "New" or "Revised" License
850 stars 89 forks source link

Add `ak.quantile` and `ak.percentile` #3289

Open alam-shahul opened 3 weeks ago

alam-shahul commented 3 weeks ago

Description of new feature

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.

jpivarski commented 2 weeks ago

This is a duplicate with #741, but I'll close the old one in favor of this.