snowflake.snowpark.functions.dense_rank¶ snowflake.snowpark.functions.dense_rank() → Column[source]¶ Returns the rank of a value within a group of values, without gaps in the ranks. The rank value starts at 1 and continues up sequentially. If two values are the same, they will have the same rank.