Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for array aggregation in GroupByAggregate op #29

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

amrit110
Copy link
Member

@amrit110 amrit110 commented Jun 6, 2024

PR Type ([Feature | Fix | Documentation | Test])

Enhancement

Short Description

  • Adds support to aggregate values into an array. The resulting pandas column still is a pyarrow string stype where one has to use literal_eval to obtain the actual array/list
  • Fix pyproject.toml file for ruff update

Tests Added

tests/cycquery/test_ops.py updated

@amrit110 amrit110 added the enhancement New feature or request label Jun 6, 2024
@amrit110 amrit110 requested a review from mahshidaln June 6, 2024 14:02
@amrit110 amrit110 self-assigned this Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant