You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by GitBox <gi...@apache.org> on 2023/01/16 08:14:59 UTC

[GitHub] [arrow] hkad98 opened a new issue, #33686: Add cross tabulation for pyarrow.Table

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

   ### Describe the enhancement requested
   
   Hi,
   
   Please consider adding cross-tabulation support for pyarrow.Table. The current state is not optimal for users wanting to perform cross-tabulation on the top of pyarrow.Table. There are several workarounds, such as implementing it using existing functions/methods, which can result in non-optimized solutions or transforming pyarrow.Table to pandas data frame performing cross-tabulation and then transform it back to pyarrow.Table.
   
   ### 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-unsubscribe@arrow.apache.org.apache.org

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