-
Notifications
You must be signed in to change notification settings - Fork 301
[stdlib-candidate] add aggregate
#991
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
Conversation
|
My initial thought is to just land this PR because I want to use it. But we need to follow the readme so we need tests. The documentation is probably ok but I'd like to see more examples with different agg ops. I love this script, and I already have a version of it from discord in my own custom commands that I source at every startup. Good work and thanks for adding this here. |
This is to (hopefully) prevent diverging behavior on different platforms.
|
Thanks! Let's go! |
|
@Bahex I'd like to propose that we promote this into
|
|
…rror message (#1024) implement #991 (comment)

Description
Add
aggregate, a command that operates on the output ofgroup-by --to-tableto help aggregate to do quick inspections.Related
agg-byas a command that helps aggregate data with sum, avg, and count nushell#14316 (comment)group-bynushell#14337Examples