Baselight

Early Leavers From Education And Training By Sex And Labour Status

Eurostat code: edat_lfse_14$dv_356

@eurostat.edat_lfse_14_dv_356

Early Leavers From Education And Training By Sex And Labour Status - Unpivoted
@eurostat.edat_lfse_14_dv_356.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.37 KB
  • 439 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 yearsPercentageAustria200810.2
AnnualTotalPopulationFrom 18 to 24 yearsPercentageBelgium200812
AnnualTotalPopulationFrom 18 to 24 yearsPercentageBulgaria200814.8
AnnualTotalPopulationFrom 18 to 24 yearsPercentageSwitzerland20087.7
AnnualTotalPopulationFrom 18 to 24 yearsPercentageCyprus200813.7
AnnualTotalPopulationFrom 18 to 24 yearsPercentageCzechia20085.6
AnnualTotalPopulationFrom 18 to 24 yearsPercentageGermany200811.8
AnnualTotalPopulationFrom 18 to 24 yearsPercentageDenmark200812.7
AnnualTotalPopulationFrom 18 to 24 yearsPercentageEuro area – 20 countries (from 2023)200816.1
AnnualTotalPopulationFrom 18 to 24 yearsPercentageEstonia200814

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.