pitrou commented on code in PR #37380:
URL: https://github.com/apache/arrow/pull/37380#discussion_r1311649328


##########
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:
   I'm not sure "probability level" is the right description here, though it 
may be clear to the reader anyway.
   @felipecrv @jorisvandenbossche  Thoughts?



-- 
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]

Reply via email to