Forum Discussion

pranjbhatt's avatar
pranjbhatt
New Contributor III
2 years ago

Select N largest from each group

Hi,  I am building a pipeline to select latest datetime from the data file. I also need the latest value for all source_code (essentially a groupby and then max value of within group). I tried Aggre...