dfr expr-not
for expression
creates a not expression
Signature
> dfr expr-not
Input/output types:
input | output |
---|---|
any | any |
Examples
Creates a not expression
> (dfr col a) > 2) | dfr expr-not
Tips: Dataframe commands were not shipped in the official binaries by default, you have to build it with --features=dataframe
flag