-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Component: PythonStatus: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: PythonStatus: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement