snowflake.snowpark.WindowSpec.partition_by¶ WindowSpec.partition_by(*cols: ColumnOrName | Iterable[ColumnOrName]) → WindowSpec[source]¶ Returns a new WindowSpec object with the new partition by clause. See also Window.partition_by()