Hello,

How can I make the first row of observations become the Variable name?

I would also like to have the data in a panel format (altough it's only for one country), therefore, how could I transpose this to a panel?

Code:
* Example generated by -dataex-. To install: ssc install dataex
clear
input str52 A str12 B str37 C str14 D str18 E str17(F BJ)
"Country Name" "Country Code" "Indicator Name"                        "Indicator Code" "1960"             "1961"             "2017"            
"Italy"        "ITA"          "Inflation, consumer prices (annual %)" "FP.CPI.TOTL.ZG" "2.35016141377048" "2.05069731278691" "1.22653316645808"
end