snowflake.snowpark.functions.skew¶
- snowflake.snowpark.functions.skew(e: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/src/snowflake/snowpark/functions.py#L1180-L1195)¶
Returns the sample skewness of non-NULL records. If all records inside a group are NULL, the function returns NULL.
- Example::