dfr as
for expression> dfr as {flags} (Alias name)
Alias name
: Alias name for the expressioninput | output |
---|---|
any | any |
Creates and alias expression
>dfr cola|dfr asnew_a|dfr into-nu
╭───────┬────────────────────╮
││╭───────┬────────╮│
│expr││expr│column││
│││value│a││
││╰───────┴────────╯│
│alias│new_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_as.html