Hi everyone,
I have a dataset in a wide format extracted by Orbis Bank focus. I want it in a long format.
How Can I do?
With this command, I can reshape only one variable:
reshape long EquitythUSDLastavailyr, i( CompanynameLatinalphabet ) j(year)
Is there a way to reshape several variables?
I have a dataset in a wide format extracted by Orbis Bank focus. I want it in a long format.
How Can I do?
With this command, I can reshape only one variable:
reshape long EquitythUSDLastavailyr, i( CompanynameLatinalphabet ) j(year)
Is there a way to reshape several variables?
Comment