Baselight

Early Leavers From Education And Training By Sex And Citizenship

Eurostat code: edat_lfse_01$dv_1866

@eurostat.edat_lfse_01_dv_1866

Early Leavers From Education And Training By Sex And Citizenship - Unpivoted
@eurostat.edat_lfse_01_dv_1866.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.

  • 32.51 KB
  • 16413 rows
  • 9 columns
freq

Freq

sex

Sex

wstatus

Wstatus

citizen

Citizen

age

Age

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualFemalesPopulationReporting countryFrom 18 to 24 yearsPercentageAustria20046.8
AnnualFemalesPopulationReporting countryFrom 18 to 24 yearsPercentageBelgium20049.3
AnnualFemalesPopulationReporting countryFrom 18 to 24 yearsPercentageBulgaria200420.6
AnnualFemalesPopulationReporting countryFrom 18 to 24 yearsPercentageSwitzerland20045
AnnualFemalesPopulationReporting countryFrom 18 to 24 yearsPercentageCyprus20049.2
AnnualFemalesPopulationReporting countryFrom 18 to 24 yearsPercentageCzechia20046.3
AnnualFemalesPopulationReporting countryFrom 18 to 24 yearsPercentageGermany20049.4
AnnualFemalesPopulationReporting countryFrom 18 to 24 yearsPercentageDenmark20046.8
AnnualFemalesPopulationReporting countryFrom 18 to 24 yearsPercentageEuro area – 20 countries (from 2023)200412.5
AnnualFemalesPopulationReporting countryFrom 18 to 24 yearsPercentageEstonia20047.2

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