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

filter_rows_by_column, sort_rows_by_column, group_rows_by_column #612

Closed
lars-reimann opened this issue Apr 8, 2024 · 2 comments
Closed
Assignees
Labels
enhancement 💡 New feature or request

Comments

@lars-reimann
Copy link
Member

lars-reimann commented Apr 8, 2024

Is your feature request related to a problem?

filter_rows,sort_rows, and group_rows can be quite verbose for the common case of using only one column.

Desired solution

Add shortcuts:

  • filter_rows_by_column(columnName: string, query(value))
  • sort_rows_by_column(columnName: string, comparator(value1, value2)
  • group_rows_by_column(columnName: string)

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

@lars-reimann lars-reimann added the enhancement 💡 New feature or request label Apr 8, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Library Apr 8, 2024
@lars-reimann lars-reimann changed the title filterRowsByColumn + sortRowsByColumns filterRowsByColumn, sortRowsByColumn, groupRowsByColumn Apr 8, 2024
@lars-reimann lars-reimann changed the title filterRowsByColumn, sortRowsByColumn, groupRowsByColumn filter_rows_by_column, sort_rows_by_column, group_rows_by_column Apr 8, 2024
@lars-reimann
Copy link
Member Author

Also needed for remove_rows now (#698).

@lars-reimann lars-reimann self-assigned this May 7, 2024
@lars-reimann lars-reimann moved this from Backlog to In Progress in Library May 7, 2024
@lars-reimann
Copy link
Member Author

Implemented in #738.

@github-project-automation github-project-automation bot moved this from In Progress to ✔️ Done in Library May 7, 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
Status: ✔️ Done
Development

No branches or pull requests

1 participant