Export Diversification (ED)
IMF ED
@imf.ed
IMF ED
@imf.ed
Covers 200 countries with data from 1962 to 2014. It has three main indicators: the Export Diversification Index, which can be disaggregated into sub-indices covering the Extensive Margin and the Intensive Margin. As these are Theil indices, higher values for all three correspond to lower export diversification.
CREATE TABLE codes_imf_cl_country_1_5_1 (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_imf_cl_freq_1_0_3 (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE indicators (
"indicator" VARCHAR,
"series_name" VARCHAR,
"unit" VARCHAR,
"transformation" VARCHAR,
"http_www_w3_org_2001_xmlschema_instance_type" VARCHAR,
"index_type" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"indicator" VARCHAR,
"frequency" VARCHAR,
"time_period" BIGINT,
"value" DOUBLE
);Anyone who has the link will be able to view this.