I want to to filter groups from a dataframe as follows: Group_1= ([A]==X and [B]==b&d) then Group_2 = ([A]==X and [B]==b&d)
Group_1= ([A]==X and [B]==b&d)
Group_2 = ([A]==X and [B]==b&d)
I want t