We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e007fe5 commit cca9030Copy full SHA for cca9030
python/datafusion/functions.py
@@ -4609,7 +4609,6 @@ def nth_value(
4609
>>> result.collect_column("v")[0].as_py()
4610
10
4611
4612
- >>> df = ctx.from_pydict({"a": [10, 20, 30]})
4613
>>> result = df.aggregate(
4614
... [], [dfn.functions.nth_value(
4615
... dfn.col("a"), 1,
0 commit comments