dfr arg-true
for dataframe> dfr arg-true {flags}
input | output |
---|---|
any | any |
Returns indexes where values are true
> [falsetruefalse] |dfr into-df|dfr arg-true
╭───┬──────────╮
│# │ arg_true │
├───┼──────────┤
│0│1│
╰───┴──────────╯
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_arg-true.html