snowflake.snowpark.functions.kurtosis¶
- snowflake.snowpark.functions.kurtosis(e: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.6.1/src/snowflake/snowpark/functions.py#L748-L761)¶
Returns the population excess kurtosis of non-NULL records. If all records inside a group are NULL, the function returns NULL.
Example: