snowflake.snowpark.Window.partition_by¶ static Window.partition_by(*cols: ColumnOrName | Iterable[ColumnOrName]) → WindowSpec[source]¶ Returns a WindowSpec object with partition by clause. Parameters: cols – A column, as str, Column or a list of those.