Baselight
Login
Login

School Completion Rate At ISCED 1 Level By Sex

Eurostat code: enps_educ_comprate ยท (2005 - 2023)

@eurostat.enps_educ_comprate

School Completion Rate At ISCED 1 Level By Sex - Unpivoted
@eurostat.enps_educ_comprate.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.

  • 5.48 KB
  • 247 rows
  • 6 columns
freq

Freq

unit

Unit

sex

Sex

geo

Geo

time_period

Time Period

value

Value

AnnualRateFemalesAlgeria200583.6
AnnualRateFemalesEgypt200585
AnnualRateFemalesIsrael2005100
AnnualRateFemalesLebanon200588.2
AnnualRateFemalesPalestine*200599.4
AnnualRateFemalesTunisia200587.8
AnnualRateMalesAlgeria200583.7
AnnualRateMalesEgypt200581.8
AnnualRateMalesIsrael2005100
AnnualRateMalesLebanon200576.2

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

Share link

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