Replies: 1 comment
-
Thanks. I think this might be possible, would have to translate this into relational. The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be possible to implement
slice_tail.duckplyr_df
,slice_head.duckplyr_df
,slice_min.duckplyr_df
,slice_max.duckplyr_df
usingROW_NUMBER() OVER
?For example:
slice_max(df1, order_by = date, by = group_id)
as:slice_head(df1, n = 1, by = group_id)
as:Beta Was this translation helpful? Give feedback.
All reactions