powered by
Return true if the column is NaN, alias for isnan
isnan(x)# S4 method for Column is.nan(x)# S4 method for Column isnan(x)
# S4 method for Column is.nan(x)
# S4 method for Column isnan(x)
Column to compute on.
Other normal_funcs: abs, bitwiseNOT, coalesce, column, expr, greatest, ifelse, least, lit, nanvl, negate, randn, rand, struct, when
abs
bitwiseNOT
coalesce
column
expr
greatest
ifelse
least
lit
nanvl
negate
randn
rand
struct
when
# NOT RUN { is.nan(df$c) isnan(df$c) # }
Run the code above in your browser using DataLab