International Trade In Goods (by Partner Country) (IMTS)
@owid.trade
@owid.trade
CREATE TABLE owid_trade (
"country" VARCHAR,
"year" INTEGER,
"counterpart_country" VARCHAR,
"exports_of_goods_free_on_board_fob_us_dollar" FLOAT,
"imports_of_goods_cost_insurance_freight_cif_us_dollar" FLOAT,
"exports_of_goods_free_on_board_fob_share" FLOAT,
"imports_of_goods_cost_insurance_freight_cif_share" FLOAT,
"bilateral_trade_volume" FLOAT,
"share_of_total_trade" FLOAT,
"china_imports_share_of_gdp" FLOAT,
"total_imports_share_of_gdp" FLOAT,
"top_partner_category" VARCHAR,
"top_export_partner_category" VARCHAR,
"import_rank" INTEGER,
"share_bilateral" FLOAT,
"share_unilateral" FLOAT,
"share_non_trading" FLOAT
);
Anyone who has the link will be able to view this.