Baselight
Login
Login

Net Enrolment Rates By Sex And Education Level

Eurostat code: enps_educ_enrate ยท (2005 - 2023)

@eurostat.enps_educ_enrate

Net Enrolment Rates By Sex And Education Level - Unpivoted
@eurostat.enps_educ_enrate.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.46 KB
  • 652 rows
  • 7 columns
freq

Freq

unit

Unit

sex

Sex

isced11

Isced11

geo

Geo

time_period

Time Period

value

Value

AnnualRateFemalesPrimary educationAlgeria200593.9
AnnualRateFemalesPrimary educationEgypt200587.5
AnnualRateFemalesPrimary educationIsrael200593.4
AnnualRateFemalesPrimary educationJordan200597.6
AnnualRateFemalesPrimary educationLebanon200598.3
AnnualRateFemalesPrimary educationMorocco200584.9
AnnualRateFemalesPrimary educationPalestine*200576.8
AnnualRateFemalesPrimary educationTunisia200597.1
AnnualRateFemalesLower secondary educationAlgeria200570.2
AnnualRateFemalesLower secondary educationEgypt200562.2

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

Share link

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