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

   ### Describe the usage question you have. Please include as many useful 
details as  possible.
   
   
   How to group arrow table items and split into tables?
   
   ```
   
   g = table.group_by("a")
   for x in g:
      do_somthing(x)
   
   ```
   
   
   ### Component(s)
   
   Python


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to