Open universalmind303 opened 2 weeks ago
After some digging I found any_value
which is functionally equivalent.
Thoughts on renaming this to first
@samster25 @jaychia
Although technically it works today, I don't think it's actually enforced that it will the first value that is seen. I think it may be better to have first()
as a separate expression.
Is your feature request related to a problem?
when performing groupby/aggs, its common to want to get the first value out of the group.
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional Context
most dataframe libraries support this
Would you like to implement a fix?
No