I have a pandas df with 2 columns A and B. What I need is a new merged column 'result', in which A is preferred to B. I really thought it would be easy but still no solution. How would you guys do that? Thanks for your help.
A   B   result
go  for go
go      go
go      go
    for for
    for for
 
     
    