thisisnic opened a new issue, #35781:
URL: https://github.com/apache/arrow/issues/35781

   ### Describe the enhancement requested
   
   I had a recent discussion with an Arrow user, who expressed strong interest 
in a binding for `cut()`.  I'd originally thought we couldn't do this due to 
reliance on row ordering, but then looking at `cut()`, it's not quite like 
this, i.e. there are 2 modes:
   
   1. user-supplied breaks - we could achieve this via a wrapper around our 
`case_when()` binding
   2. user-specified number of breaks; we might be able to just have a wrapper 
around the bindings for `min()` and `max()`, and calculate it based on the 
number of breaks and this.
   
   ### Component(s)
   
   R


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