Baselight

Inequality Of Income Distribution

Eurostat code: tespm151 ยท (2013 - 2024)

@eurostat.tespm151

Inequality Of Income Distribution - Unpivoted
@eurostat.tespm151.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.

  • 7.14 KB
  • 432 rows
  • 7 columns
freq

Freq

age

Age

sex

Sex

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualTotalTotalRatioAustria20134.11
AnnualTotalTotalRatioBelgium20133.81
AnnualTotalTotalRatioBulgaria20136.59
AnnualTotalTotalRatioSwitzerland20134.22
AnnualTotalTotalRatioCyprus20134.91
AnnualTotalTotalRatioCzechia20133.4
AnnualTotalTotalRatioGermany20134.6
AnnualTotalTotalRatioDenmark20134.01
AnnualTotalTotalRatioEuro area - 19 countries (2015-2022)20135.05
AnnualTotalTotalRatioEstonia20135.54

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.