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