You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2023/09/29 15:20:44 UTC

[GitHub] [arrow] jorisvandenbossche commented on a diff in pull request #36768: GH-36709: [Python] Allow to specify use_threads=False in Table.group_by to have stable ordering

jorisvandenbossche commented on code in PR #36768:
URL: https://github.com/apache/arrow/pull/36768#discussion_r1341498175


##########
python/pyarrow/table.pxi:
##########
@@ -4599,7 +4599,7 @@ cdef class Table(_Tabular):
         """
         return self.drop_columns(columns)
 
-    def group_by(self, keys):
+    def group_by(self, keys, use_threads=True):
         """Declare a grouping over the columns of the table.

Review Comment:
   Oh .. and that indeed did it :man_shrugging: 
   Thanks a lot!



-- 
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: github-unsubscribe@arrow.apache.org

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