Baselight

Literacy

Eurostat code: med_ps21 ยท (2005 - 2018)

@eurostat.med_ps21

Literacy - Unpivoted
@eurostat.med_ps21.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.85 KB
  • 454 rows
  • 5 columns
freq

Freq

indic_md

Indic Md

geo

Geo

time_period

Time Period

value

Value

AnnualAdult literacy rate, male (%)Egypt200578.5
AnnualAdult literacy rate, male (%)Israel200598.4
AnnualAdult literacy rate, male (%)Jordan200594.2
AnnualAdult literacy rate, male (%)Morocco200566.6
AnnualAdult literacy rate, male (%)Palestine*200596.9
AnnualAdult literacy rate, male (%)Tunisia200584.3
AnnualAdult literacy rate, female (%)Egypt200558.1
AnnualAdult literacy rate, female (%)Israel200596.2
AnnualAdult literacy rate, female (%)Jordan200587
AnnualAdult literacy rate, female (%)Morocco200540

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

Share link

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