Do Group by on one column and then split the group on categorical column's 2 specific values and the finally get the First and last records
Do Group by on one column and then split the group on categorical column's 2 specific values and the finally get the First and last records Question: After group by on Id column, I would like to split the group again on a categorical column’s 2 specific values and the the get the first and …