Hi,
I try to import data from an xls file, containing both numeric as well as alphabetic values. Please see how my data looks like. When I use the command 'summarize', however, the variable Country says zero observations. This, even if it states that Country has a "str3" storage type.
How should I proceed?
I try to import data from an xls file, containing both numeric as well as alphabetic values. Please see how my data looks like. When I use the command 'summarize', however, the variable Country says zero observations. This, even if it states that Country has a "str3" storage type.
How should I proceed?
Date | Country | NPL_Ratio | GDP_Growth | Unemployment_rate | Inflation_Rate | Interest_Rate | Private_Debt_Change | Stock_Return |
1999 | AUT | -1,769551079 | -0,003596191 | 0,047 | 0,005689938 | 0,038426 | -0,095191797 | |
2000 | AUT | -1,619788758 | -0,09241522 | 0,0469 | 0,023448629 | 0,057533 | 0,051618 | -0,008361147 |
2001 | AUT | -1,619788758 | 0,000673837 | 0,0401 | 0,026500008 | 0,050996 | 0,016779 | 0,001044988 |
2002 | AUT | -1,522878745 | 0,084719761 | 0,0485 | 0,018103579 | 0,050646 | 0,003698 | 0,013364127 |
2003 | AUT | -1,522878745 | 0,223881294 | 0,0478 | 0,013555537 | 0,042233 | 0,029472 | 0,112757295 |
Comment