You can find the dataset here.
Variable | Type | Description |
---|---|---|
case | Numeric int | A number which denotes a specific country. |
cc3 | String | A three letter country code. |
country | String | The name of the country. |
year | Numeric int | The year of the observation. |
systemic_crisis | Categorical (Numeric) | "0" means that no systemic crisis occurred in the year and "1" means that a systemic crisis occurred in the year. |
exch_usd | Numeric float | The exchange rate of the country vis-a-vis the USD. |
domestic_debt_in_default | Categorical (Numeric) | "0" means that no sovereign domestic debt default occurred in the year and "1" means that a sovereign domestic debt default occurred in the year. |
sovereign_external_debt_default | Categorical (Numeric) | "0" means that no sovereign external debt default occurred in the year and "1" means that a sovereign external debt default occurred in the year. |
gdp_weighted_default | Numeric float | The total debt in default vis-a-vis the GDP. |
inflation_annual_cpi | Numeric float | The annual CPI Inflation rate. |
independence | Categorical (Numeric) | "0" means "no independence" and "1" means "independence". |
currency_crises | Numeric int | "0" means that no currency crisis occurred in the year and value greater than ’0’ indicates number of currency crisis occurred in that year. |
inflation_crises | Categorical (Numeric) | "0" means that no inflation crisis occurred in the year and "1" means that an inflation crisis occurred in the year. |
banking_crisis | Categorical (String) | "no_crisis" means that no banking crisis occurred in the year and "crisis" means that a banking crisis occurred in the year. |
Enjoy at Cave Arts Heroku app.
- Kauser Al Rashid, M20190543
- Pedro Reis, M20180428