Export Quality (EQ)
IMF EQ
@imf.eq
IMF EQ
@imf.eq
This dataset provides export quality indicators for over 800 products across 166 countries from 1963 to 2014, resulting in over 1.7 million observations. Higher index values indicate higher quality, and the index is normalized with a value of 1 representing the 90th percentile of export quality among all exporters (the world frontier). Data can be aggregated at various levels, including by product according to the Standard International Trade Classification (SITC) up to the 4-digit level, by Broad Economic Categories (BEC) up to the 3-digit level, and by aggregate sectors such as Agriculture, Commodities, and Manufactures.
Last updated: 2024-11-18T14:00:00Z.
CREATE TABLE codes_cl_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_eq_product (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_freq (
"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,
"eqd" VARCHAR,
"statistical_measures" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"indicator" VARCHAR,
"product" VARCHAR,
"frequency" VARCHAR,
"time_period" BIGINT,
"value" DOUBLE
);Anyone who has the link will be able to view this.