Skip to content

Commit a185cfb

Browse files
committed
Remove unnecessary options in example
1 parent 07502c1 commit a185cfb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/source/user-guide/common-operations/windows.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,6 @@ power in its ``"Type 1"`` using the :py:func:`datafusion.functions.avg` function
190190
Window(
191191
window_frame=WindowFrame("rows", None, None),
192192
partition_by=[col('"Type 1"')],
193-
order_by=[col('"Speed"')],
194-
null_treatment=NullTreatment.IGNORE_NULLS,
195193
)
196194
).alias("Average Attack"),
197195
)

0 commit comments

Comments
 (0)