Baselight
Login
Login

Gender Parity Index By Education Level

Eurostat code: enps_educ_parity ยท (2005 - 2023)

@eurostat.enps_educ_parity

Gender Parity Index By Education Level - Unpivoted
@eurostat.enps_educ_parity.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.

  • 4.93 KB
  • 212 rows
  • 6 columns
freq

Freq

unit

Unit

isced11

Isced11

geo

Geo

time_period

Time Period

value

Value

AnnualRatePrimary educationEgypt20051
AnnualRatePrimary educationIsrael20051
AnnualRatePrimary educationJordan20051
AnnualRatePrimary educationLebanon20051
AnnualRatePrimary educationMorocco20050.9
AnnualRatePrimary educationPalestine*20051
AnnualRatePrimary educationTunisia20051
AnnualRateLower secondary educationEgypt20051
AnnualRateLower secondary educationIsrael20051
AnnualRateLower secondary educationJordan20051

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

Share link

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