powered by
Aggregate function: returns the population variance of the values in a group.
var_pop(x)# S4 method for Column var_pop(x)
# S4 method for Column var_pop(x)
Column to compute on.
var, var_samp
Other agg_funcs: agg, avg, countDistinct, count, first, kurtosis, last, max, mean, min, sd, skewness, stddev_pop, stddev_samp, sumDistinct, sum, var_samp, var
agg
avg
countDistinct
count
first
kurtosis
last
max
mean
min
sd
skewness
stddev_pop
stddev_samp
sumDistinct
sum
var_samp
var
# NOT RUN { var_pop(df$c) # }
Run the code above in your browser using DataLab