snowflake.snowpark.functions.var_pop¶
- snowflake.snowpark.functions.var_pop(e: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/functions.py#L1068-L1092)¶
Returns the population variance of non-NULL records in a group. If all records inside a group are NULL, a NULL is returned. The population variance of a single row is 0.0.
Example: