You are viewing documentation about an older version (1.2.0). View latest version

snowflake.snowpark.functions.avg¶

snowflake.snowpark.functions.avg(e: ColumnOrName) → Column[source]¶

Returns the average of non-NULL records. If all records inside a group are NULL, the function returns NULL.