From USSR To Russia: Tracing History Of Exports
All exports by Russia to the world, 20yrs, 225 Partners, 3979 Commodities
@kaggle.pranav941_russia_to_world_trade14m_data_points
All exports by Russia to the world, 20yrs, 225 Partners, 3979 Commodities
@kaggle.pranav941_russia_to_world_trade14m_data_points
CREATE TABLE rustoworldtrade (
"index" BIGINT,
"classification" VARCHAR,
"year" BIGINT,
"aggregate_level" BIGINT,
"is_leaf_code" BIGINT,
"reporter_code" BIGINT,
"reporter" VARCHAR,
"reporter_iso" VARCHAR,
"partner_code" BIGINT,
"partner" VARCHAR,
"partner_iso" VARCHAR,
"commodity_code" VARCHAR,
"commodity" VARCHAR,
"qty_unit_code" BIGINT,
"qty_unit" VARCHAR,
"qty" DOUBLE,
"netweight_kg" DOUBLE,
"trade_value_us" BIGINT
);
Anyone who has the link will be able to view this.