I have these two datasets (pictured below) that I need to do a 1-to-1 merge on the state variable. The problem is that in the one dataset the state values are named as abbreviations and the other has the states as numerics with their full name as label values. The goal is to match the appropriate state FIPS code with each state.
What would be the appropriate and easiest way to do this? In my head it's very simple but I don't know what the appropriate syntax is to tell Stata what I want to do. Any help appreciated, thanks.