I have a data frame with two columns below:
HomeTeam AwayTeam
Zimbabwe Kenya
Netherlands Zimbabwe
Kenya Amsterdam
I want to create a column Team from both these column but it shouldn't repeat the name of the team. How do I go about it?