I would like to replace the value of column Name.x with value from Name.y with condition if it is not NA (empty rows)
Name.x Name.y
US NA
Germany NA
Germany France
Canada NA
Italy Morocco
Austria Belgium
Result:
Name.x
US
Germany
France
Canada
Morocco
Belgium