snowflake.snowpark.WindowSpec.range_between¶ WindowSpec.range_between(start: Union[int, Column], end: Union[int, Column]) → WindowSpec[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.25.0/snowpark-python/src/snowflake/snowpark/window.py#L317-L333)¶ Returns a new WindowSpec object with the new range frame clause. See also Window.range_between()