Baselight

Early Leavers From Education And Training, Age Group 18-24

Eurostat code: tesem020 · (2005 - 2024)

@eurostat.tesem020

Early Leavers From Education And Training, Age Group 18-24 - Unpivoted
@eurostat.tesem020.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.95 KB
  • 715 rows
  • 8 columns
freq

Freq

sex

Sex

wstatus

Wstatus

age

Age

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualTotalPopulationFrom 18 to 24 yearsPercentageAustria20059.3
AnnualTotalPopulationFrom 18 to 24 yearsPercentageBelgium200512.9
AnnualTotalPopulationFrom 18 to 24 yearsPercentageBulgaria200520.4
AnnualTotalPopulationFrom 18 to 24 yearsPercentageSwitzerland20059.7
AnnualTotalPopulationFrom 18 to 24 yearsPercentageCyprus200518.2
AnnualTotalPopulationFrom 18 to 24 yearsPercentageCzechia20056.2
AnnualTotalPopulationFrom 18 to 24 yearsPercentageGermany200513.5
AnnualTotalPopulationFrom 18 to 24 yearsPercentageDenmark20058.7
AnnualTotalPopulationFrom 18 to 24 yearsPercentageEuro area – 20 countries (from 2023)200517.4
AnnualTotalPopulationFrom 18 to 24 yearsPercentageEstonia200514

CREATE TABLE tidy (
  "freq" VARCHAR,
  "sex" VARCHAR,
  "wstatus" 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.