dfr is-null
for dataframe> dfr is-null {flags}
input | output |
---|---|
any | any |
Create mask where values are null
>lets= ([5608] |dfr into-df);
letres= ($s/$s);
$res|dfr is-null
╭───┬─────────╮
│# │ is_null │
├───┼─────────┤
│0│false│
│1│false│
│2│true│
│3│false│
╰───┴─────────╯
Creates a is null expression from a column
>dfr cola|dfr is-null
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_is-null.html