dfr summary
for dataframe> dfr summary {flags}
--quantiles, -q {table}
: provide optional quantilesinput | output |
---|---|
any | any |
list dataframe descriptives
> [[ab]; [11] [11]] |dfr into-df|dfr summary
╭───┬────────────┬─────────┬─────────╮
│# │ descriptor │ a (i64) │ b (i64) │
├───┼────────────┼─────────┼─────────┤
│0│count│2.00│2.00│
│1│sum│2.00│2.00│
│2│mean│1.00│1.00│
│3│median│1.00│1.00│
│4│std│0.00│0.00│
│5│min│1.00│1.00│
│6│25%│1.00│1.00│
│7│50%│1.00│1.00│
│8│75%│1.00│1.00│
│9│max│1.00│1.00│
╰───┴────────────┴─────────┴─────────╯
Tips: Dataframe commands were not shipped in the official binaries by default, you have to build it with --features=dataframe
flag
Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
https://www.nushell.sh/commands/docs/dfr_summary.html