Baselight

World Trading Dataset (2000-2022)

Trading dataset specifically about computer and communication services

@kaggle.js1js2js3js4js5_world_trading_dataset_2000_2022

Loading...
Loading...

About this Dataset

World Trading Dataset (2000-2022)

This dataset is to showing import and export percentages of every trading country on planet specifically for computer and communication services. You can approch directly cleaning the data or you can try to transform the dataset according to usage

Source: https://data.worldbank.org/

Tables

Import Export Of All Countries

@kaggle.js1js2js3js4js5_world_trading_dataset_2000_2022.import_export_of_all_countries
  • 190.93 KB
  • 537 rows
  • 27 columns
Loading...

CREATE TABLE import_export_of_all_countries (
  "country_name" VARCHAR,
  "country_code" VARCHAR,
  "series_name" VARCHAR,
  "series_code" VARCHAR,
  "n_2000_yr2000" VARCHAR,
  "n_2001_yr2001" VARCHAR,
  "n_2002_yr2002" VARCHAR,
  "n_2003_yr2003" VARCHAR,
  "n_2004_yr2004" VARCHAR,
  "n_2005_yr2005" VARCHAR,
  "n_2006_yr2006" VARCHAR,
  "n_2007_yr2007" VARCHAR,
  "n_2008_yr2008" VARCHAR,
  "n_2009_yr2009" VARCHAR,
  "n_2010_yr2010" VARCHAR,
  "n_2011_yr2011" VARCHAR,
  "n_2012_yr2012" VARCHAR,
  "n_2013_yr2013" VARCHAR,
  "n_2014_yr2014" VARCHAR,
  "n_2015_yr2015" VARCHAR,
  "n_2016_yr2016" VARCHAR,
  "n_2017_yr2017" VARCHAR,
  "n_2018_yr2018" VARCHAR,
  "n_2019_yr2019" VARCHAR,
  "n_2020_yr2020" VARCHAR,
  "n_2021_yr2021" VARCHAR,
  "n_2022_yr2022" VARCHAR
);

Share link

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