Skip to content

Commit cca9030

Browse files
committed
Remove duplicated df definition
1 parent e007fe5 commit cca9030

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/datafusion/functions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4609,7 +4609,6 @@ def nth_value(
46094609
>>> result.collect_column("v")[0].as_py()
46104610
10
46114611
4612-
>>> df = ctx.from_pydict({"a": [10, 20, 30]})
46134612
>>> result = df.aggregate(
46144613
... [], [dfn.functions.nth_value(
46154614
... dfn.col("a"), 1,

0 commit comments

Comments
 (0)