Baselight

Pupils Enrolled In Lower-secondary Education By Programme Orientation, Sex, Type Of Institution And Intensity Of Participation

Eurostat code: educ_uoe_enrs01 ยท (2012 - 2023)

@eurostat.educ_uoe_enrs01

Pupils Enrolled In Lower-secondary Education By Programme Orientation, Sex, Type Of Institution And Intensity Of Participation - Unpivoted
@eurostat.educ_uoe_enrs01.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.

  • 181.64 KB
  • 51511 rows
  • 9 columns
freq

Freq

unit

Unit

worktime

Worktime

sector

Sector

isced11

Isced11

sex

Sex

geo

Geo

time_period

Time Period

value

Value

AnnualNumberFull-timePrivate institutionsLower secondary educationTotalGermany2012447403
AnnualNumberFull-timePublic institutionsLower secondary educationTotalGermany20124321580
AnnualNumberFull-timeTotalLower secondary educationTotalGermany20124768983
AnnualNumberTotalPrivate institutionsLower secondary educationTotalGermany2012447403
AnnualNumberTotalPublic institutionsLower secondary educationTotalGermany20124321580
AnnualNumberTotalTotalLower secondary educationTotalGermany20124768983
AnnualNumberTotal in full-time equivalentsPrivate institutionsLower secondary educationTotalGermany2012447403
AnnualNumberTotal in full-time equivalentsPublic institutionsLower secondary educationTotalGermany20124321580
AnnualNumberTotal in full-time equivalentsTotalLower secondary educationTotalGermany20124768983
AnnualNumberFull-timePrivate institutionsLower secondary educationFemalesAustria201316446

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

Share link

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