dfr col
for expression> dfr col {flags} (column name)
column name
: Name of column to be usedinput | output |
---|---|
any | any |
Creates a named column expression and converts it to a nu object
>dfr cola|dfr into-nu
╭───────┬────────╮
│expr│column│
│value│a│
╰───────┴────────╯
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_col.html