lorentzenchr commented on code in PR #37380:
URL: https://github.com/apache/arrow/pull/37380#discussion_r1311872692
##########
python/pyarrow/_compute.pyx:
##########
@@ -2145,7 +2145,8 @@ class QuantileOptions(_QuantileOptions):
Parameters
----------
q : double or sequence of double, default 0.5
- Quantiles to compute. All values must be in [0, 1].
+ Probability levels of the quantiles to compute. All values must be in
Review Comment:
Please see
- R (base!)
[quantile](https://stat.ethz.ch/R-manual/R-devel/library/stats/html/quantile.html)
argument probs
- https://github.com/numpy/numpy/pull/23529
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]