daft.functions.mean#
mean #
mean(expr: Expression) -> Expression
Calculates the mean of the values in the expression.
Source code in daft/functions/agg.py
153 154 155 | |
mean #mean(expr: Expression) -> Expression
Calculates the mean of the values in the expression.
daft/functions/agg.py153 154 155 | |