Baselight

EU Imports From Developing Countries By Country Income Groups

Eurostat code: sdg_17_30 ยท (2000 - 2023)

@eurostat.sdg_17_30

EU Imports From Developing Countries By Country Income Groups - Unpivoted
@eurostat.sdg_17_30.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 24.61 KB
  • 4014 rows
  • 7 columns
freq

Freq

sitc06

Sitc06

partner

Partner

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualTotal - all productsChina except Hong KongMillion euroAustria2000842
AnnualTotal - all productsChina except Hong KongMillion euroBelgium20004011
AnnualTotal - all productsChina except Hong KongMillion euroBulgaria200074
AnnualTotal - all productsChina except Hong KongMillion euroCyprus2000129
AnnualTotal - all productsChina except Hong KongMillion euroCzechia2000755
AnnualTotal - all productsChina except Hong KongMillion euroGermany200017126
AnnualTotal - all productsChina except Hong KongMillion euroDenmark20001429
AnnualTotal - all productsChina except Hong KongMillion euroEstonia2000164
AnnualTotal - all productsChina except Hong KongMillion euroGreece2000757
AnnualTotal - all productsChina except Hong KongMillion euroSpain20004136

CREATE TABLE tidy (
  "freq" VARCHAR,
  "sitc06" VARCHAR,
  "partner" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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