Baselight

Income Distribution

Eurostat code: sdg_10_41 ยท (2003 - 2024)

@eurostat.sdg_10_41

Income Distribution - Unpivoted
@eurostat.sdg_10_41.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.

  • 8.08 KB
  • 749 rows
  • 7 columns
freq

Freq

age

Age

sex

Sex

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualTotalTotalRatioAustria20034.07
AnnualTotalTotalRatioBelgium20034.35
AnnualTotalTotalRatioDenmark20033.58
AnnualTotalTotalRatioGreece20036.38
AnnualTotalTotalRatioIreland20034.95
AnnualTotalTotalRatioLuxembourg20034.06
AnnualTotalTotalRatioNorway20033.76
AnnualTotalTotalRatioAustria20043.77
AnnualTotalTotalRatioBelgium20043.91
AnnualTotalTotalRatioDenmark20043.42

CREATE TABLE tidy (
  "freq" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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