daft.functions.avg#
avg #
avg(expr: Expression) -> Expression
Calculates the mean of the values in the expression. Alias for mean().
Source code in daft/functions/agg.py
163 164 165 | |
avg #avg(expr: Expression) -> Expression
Calculates the mean of the values in the expression. Alias for mean().
daft/functions/agg.py163 164 165 | |