I have three columns that I would like to merge and order
x1 x2 x3 x4
US DE None None
FR DE US None
FR None None None
DE CA None None
What I want to do is merging these four columns in an alphabetical order.
merged
DE, US
DE, FR, US
FR
CA, DE