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

Sorting by summary value #23

Open
andreasnoack opened this issue Sep 15, 2024 · 0 comments
Open

Sorting by summary value #23

andreasnoack opened this issue Sep 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@andreasnoack
Copy link
Member

It would sometimes be nice if it was possible to sort the table with respect to one of the summaries, e.g. the sum, such that

summarytable(DataFrame(value = [1, 2, 3], A = ['a', 'b', 'c']), :value, cols = :A, summary = [sum])

would end up reversing the order. It could be useful as a way to identify the more important groups.

@andreasnoack andreasnoack added the enhancement New feature or request label Sep 15, 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

No branches or pull requests

1 participant