mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 03:18:29 +02:00
fix strip trailing whitespace for make_docs script (#4597)
This commit is contained in:
@ -12,7 +12,7 @@ Performs an aggregation operation on a dataframe and groupby object
|
||||
|
||||
## 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