Baselight

Youth Unemployment Ratio (15-24)

Eurostat code: tespm080 · (2013 - 2024)

@eurostat.tespm080

Youth Unemployment Ratio (15-24) - Unpivoted
@eurostat.tespm080.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.

  • 6.48 KB
  • 431 rows
  • 7 columns
freq

Freq

sex

Sex

age

Age

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualTotalFrom 15 to 24 yearsPercentageAustria20135.7
AnnualTotalFrom 15 to 24 yearsPercentageBelgium20137.3
AnnualTotalFrom 15 to 24 yearsPercentageBulgaria20138.4
AnnualTotalFrom 15 to 24 yearsPercentageSwitzerland20135.9
AnnualTotalFrom 15 to 24 yearsPercentageCyprus201314.9
AnnualTotalFrom 15 to 24 yearsPercentageCzechia20136
AnnualTotalFrom 15 to 24 yearsPercentageGermany20134
AnnualTotalFrom 15 to 24 yearsPercentageDenmark20138.6
AnnualTotalFrom 15 to 24 yearsPercentageEuro area – 20 countries (from 2023)201310.1
AnnualTotalFrom 15 to 24 yearsPercentageEstonia20137.4

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

Share link

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