Baselight

China - External Debt

Debt statistics provide a detailed picture of debt stock and flow of developing.

@kaggle.willianoliveiragibin_china_external_debt

External Debt China New
@kaggle.willianoliveiragibin_china_external_debt.external_debt_china_new

  • 26.62 KB
  • 2294 rows
  • 6 columns
country_name

Country Name

n__iso3

ISO3

year

Year

indicator_name

Indicator Name

indicator_code

Indicator Code

value

Value

ChinaCHN1960GNI (current US$)NYGNPMKTPCD597162493109742
ChinaCHN1961GNI (current US$)NYGNPMKTPCD50056685957359
ChinaCHN1962GNI (current US$)NYGNPMKTPCD472091864153555
ChinaCHN1963GNI (current US$)NYGNPMKTPCD507066145261472
ChinaCHN1964GNI (current US$)NYGNPMKTPCD597081252038643
ChinaCHN1965GNI (current US$)NYGNPMKTPCD704360086424251
ChinaCHN1966GNI (current US$)NYGNPMKTPCD767200054918964
ChinaCHN1967GNI (current US$)NYGNPMKTPCD728813648824909
ChinaCHN1968GNI (current US$)NYGNPMKTPCD708462760514727
ChinaCHN1969GNI (current US$)NYGNPMKTPCD797056148547674

CREATE TABLE external_debt_china_new (
  "country_name" VARCHAR,
  "n__iso3" VARCHAR,
  "year" BIGINT,
  "indicator_name" VARCHAR,
  "indicator_code" VARCHAR,
  "value" BIGINT
);

Share link

Anyone who has the link will be able to view this.