roll up
for filters> roll up {flags}
--by, -b {int}
: Number of rows to rollinput | output |
---|---|
table | table |
Rolls rows up
> [[ab]; [12] [34] [56]] |roll up
╭───┬───┬───╮
│# │ a │ b │
├───┼───┼───┤
│0│3│4│
│1│5│6│
│2│1│2│
╰───┴───┴───╯
Tips: Command roll up
was not included in the official binaries by default, you have to build it with --features=extra
flag
Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
https://www.nushell.sh/commands/docs/roll_up.html