Hi,
I know this topic has been discussed several times already, however, none of the solutions seem to work for me.
I have the time series dataset for GDP that I got from the BEA. This is the screenshot from STATA.
I want to reshape it from wide to long and use this command in STATA:
reshape long GDP, i(GeoFips) j(year)
It gives me that "variable id does not uniquely identify the observations".
Any suggestions on how to deal with this problem?
Thank you,
Lena
I know this topic has been discussed several times already, however, none of the solutions seem to work for me.
I have the time series dataset for GDP that I got from the BEA. This is the screenshot from STATA.
reshape long GDP, i(GeoFips) j(year)
It gives me that "variable id does not uniquely identify the observations".
Any suggestions on how to deal with this problem?
Thank you,
Lena
Comment