ntjohnson1 commented on issue #1300:
URL:
https://github.com/apache/datafusion-python/issues/1300#issuecomment-3503111544
Confirmed the work around
```python
df.select(
F.first_value(col("forward_row_sum"), order_by=col("any_row"))\
.over(Window(window_frame=WindowFrame("rows", None, 0),
order_by=col("any_row").sort(ascending=True)))
).collect()
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]