dfr concatenate
for dataframe> dfr concatenate {flags} (other)
other
: Other array with string to be concatenatedinput | output |
---|---|
any | any |
Concatenate string
>letother= ([zaxscd] |dfr into-df);
[abcabcabc] |dfr into-df|dfr concatenate$other
╭───┬───────╮
│# │ 0 │
├───┼───────┤
│0│abcza│
│1│abcxs│
│2│abccd│
╰───┴───────╯
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_concatenate.html