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

snowflake.snowpark.functions.mode¶

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

Returns the most frequent value for the records in a group. NULL values are ignored. If all the values are NULL, or there are 0 rows, then the function returns NULL.