Skip to content

filter_rows_by_column, sort_rows_by_column, group_rows_by_column #612

@lars-reimann

Description

@lars-reimann

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions