We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c6049 commit dd62ae8Copy full SHA for dd62ae8
tests/plan/over_test.py
@@ -74,6 +74,9 @@ def duplicate_case(arg: OneOrIterable[IntoExprColumn]) -> ParameterSet:
74
"partition_by",
75
[
76
("a", "b"),
77
+ [nwp.col("a"), nwp.col("b")],
78
+ [nwp.nth(0), nwp.nth(1)],
79
+ duplicate_case(nwp.col("a", "b")),
80
duplicate_case(nwp.nth(0, 1)),
81
duplicate_case(ncs.by_name("a", "b")),
82
duplicate_case(ncs.matches(r"a|b")),
0 commit comments