Baselight

Income Share Of The Bottom 40 % Of The Population

Eurostat code: sdg_10_50 ยท (2000 - 2024)

@eurostat.sdg_10_50

Income Share Of The Bottom 40 % Of The Population - Unpivoted
@eurostat.sdg_10_50.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.

  • 5.49 KB
  • 775 rows
  • 4 columns
freq

Freq

geo

Geo

time_period

Time Period

value

Value

AnnualAustria200025
AnnualBelgium200023
AnnualGermany200025
AnnualGreece200019
AnnualSpain200020
AnnualFinland200025
AnnualFrance200023
AnnualIreland200021
AnnualItaly200022
AnnualLuxembourg200024

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

Share link

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