We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548cddb commit abe668dCopy full SHA for abe668d
1 file changed
python/datafusion/functions.py
@@ -2513,10 +2513,6 @@ def first_value(
2513
column names or expressions.
2514
null_treatment: Assign whether to respect or ignore null values.
2515
2516
- For example::
2517
-
2518
- df.aggregate([], first_value(col("a"), order_by="ts"))
2519
2520
Examples:
2521
---------
2522
>>> ctx = dfn.SessionContext()
@@ -2558,10 +2554,6 @@ def last_value(
2558
2554
2559
2555
2560
2556
2561
2562
2563
- df.aggregate([], last_value(col("a"), order_by="ts"))
2564
2565
2557
2566
2567
0 commit comments