daft.functions.skew#
skew #
skew(expr: Expression) -> Expression
Calculates the skewness of the values from the expression.
Source code in daft/functions/agg.py
270 271 272 | |
skew #skew(expr: Expression) -> Expression
Calculates the skewness of the values from the expression.
daft/functions/agg.py270 271 272 | |