mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 03:08:28 +02:00
@ -8,11 +8,11 @@ Performs an aggregation operation on a dataframe and groupby object
|
||||
|
||||
## Signature
|
||||
|
||||
```> dfr aggregate (operation-name) --quantile --explicit```
|
||||
```> dfr aggregate (operation_name) --quantile --explicit```
|
||||
|
||||
## Parameters
|
||||
|
||||
- `operation-name`:
|
||||
- `operation_name`:
|
||||
Dataframes: mean, sum, min, max, quantile, median, var, std
|
||||
GroupBy: mean, sum, min, max, first, last, nunique, quantile, median, var, std, count
|
||||
- `--quantile {number}`: quantile value for quantile operation
|
||||
|
Reference in New Issue
Block a user