Hi, I have two data set. One from IMF and another from WB. Now the two institutions code country differently. How can I merge the data file from these two sources?
-
Login or Register
- Log in with
kountry country_var , from(database_name | other) to(database_name) kountry country_var , from(imfn) to(iso3n)
Comment