I have a dataset with a column "country" abbreviated, and an other dataset with the country full name correspondind like that :
FR France GR Germany CH China IT Italia ES Spain
I would like to know if it was possible to replace in the column "country" the abbreviation by the country full name using this table, without use a loop ?
I already tried to merge and join but i lose data, because some rows in my dataset have not always a country information, and i don't want to lose rows, and if possible not use a loop. I think it's possible but i don't know..
if someone know something about that