After using both of these commands below, my loaded data on stata looks like following where the variable name shows up in row 1, and in the row before varable name comes up as var 1, var 2 , var 3 and so on
what can be done to get rid of this issue ? Any suggestion is appreciated!
----------------------- copy starting from the next line -----------------------
what can be done to get rid of this issue ? Any suggestion is appreciated!
Code:
insheet using "est16all.csv", clear names import delimited using est16all, varnames(1) clear
Code:
* Example generated by -dataex-. For more info, type help dataex clear input str16 var2 "County FIPS Code" "000" "000" "001" "003" "005" "007" "009" "011" "013" "015" "017" "019" "021" "023" "025" "290" end
Comment