Baselight

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

Rustoworldtrade
@kaggle.pranav941_russia_to_world_trade14m_data_points.rustoworldtrade

  • 26.54 MB
  • 1384603 rows
  • 18 columns
index

Index

classification

Classification

year

Year

aggregate_level

Aggregate Level

is_leaf_code

Is Leaf Code

reporter_code

Reporter Code

reporter

Reporter

reporter_iso

Reporter ISO

partner_code

Partner Code

partner

Partner

partner_iso

Partner ISO

commodity_code

Commodity Code

commodity

Commodity

qty_unit_code

Qty Unit Code

qty_unit

Qty Unit

qty

Qty

netweight_kg

Netweight (kg)

trade_value_us

Trade Value (US$)

S420111643Russian FederationRUS136Cayman IsdsCYM6Manufactured goods classified chiefly by material1No Quantity75591
1S420121643Russian FederationRUS136Cayman IsdsCYM6Manufactured goods classified chiefly by material1No Quantity27778
2S420151643Russian FederationRUS136Cayman IsdsCYM6Manufactured goods classified chiefly by material1No Quantity2131579
3S420161643Russian FederationRUS136Cayman IsdsCYM6Manufactured goods classified chiefly by material1No Quantity9055543
4S420171643Russian FederationRUS136Cayman IsdsCYM6Manufactured goods classified chiefly by material1No Quantity19952598
5S420181643Russian FederationRUS136Cayman IsdsCYM6Manufactured goods classified chiefly by material1No Quantity14199947
6S420191643Russian FederationRUS136Cayman IsdsCYM6Manufactured goods classified chiefly by material1No Quantity13773062
7S420201643Russian FederationRUS136Cayman IsdsCYM6Manufactured goods classified chiefly by material1No Quantity21018466
8S420141643Russian FederationRUS136Cayman IsdsCYM8Miscellaneous manufactured articles1No Quantity16098
9S420171643Russian FederationRUS136Cayman IsdsCYM8Miscellaneous manufactured articles1No Quantity5398

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
);

Share link

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