Description Usage Arguments Details Note See Also Examples
Inversion of boolean expression.
1 2 3 4 |
x |
Column to compute on |
not
and !
cannot be applied directly to numerical column.
To achieve R-like truthiness column has to be casted to BooleanType
.
not since 2.3.0
Other non-aggregate functions:
column_nonaggregate_functions
,
column()
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.