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.