Countries By External Debt
Current Estimated External Debt
@kaggle.samithsachidanandan_countries_by_external_debt
Current Estimated External Debt
@kaggle.samithsachidanandan_countries_by_external_debt
Description
This dataset contains current estimates of world countries based on the External Debt. it is the total public and private debt owed to nonresidents repayable in internationally accepted currencies, goods or services, where the public debt is the money or credit owed by any level of government, from central to local, and the private debt the money or credit owed by private households or private corporations based on the country under consideration.
Attribute Information
Acknowledgements
https://en.wikipedia.org/wiki/List_of_countries_by_external_debt
CREATE TABLE countries_by_external_debt_data (
"sl_no" BIGINT,
"location" VARCHAR,
"external_debt_usd_per_capita" VARCHAR -- External Debt (USD) Per Capita,
"external_debt_usd_total" VARCHAR -- External Debt (USD) Total,
"external_debt_usd_of_gdp" DOUBLE -- External Debt (USD) % Of GDP,
"external_debt_usd_of_totalwealth" DOUBLE -- External Debt (USD) % Of Totalwealth,
"date" VARCHAR
);
Anyone who has the link will be able to view this.