mean
Returns a mean of the input expression.
If the input expression evaluates as null for a record, that record is excluded from the calculation.
mean(score1)
The return value is structured as follows:
{
val: 0.5, // return value
n: 100 // valid (non-missing) cells used in calc
}