Baselight

Low Achieving 15-year-olds In Reading, Mathematics Or Science

Eurostat code: sdg_04_40 ยท (2000 - 2022)

@eurostat.sdg_04_40

Low Achieving 15-year-olds In Reading, Mathematics Or Science - Unpivoted
@eurostat.sdg_04_40.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.

  • 8.13 KB
  • 779 rows
  • 7 columns
freq

Freq

field

Field

sex

Sex

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualReadingTotalPercentageAlbania200070.4
AnnualReadingTotalPercentageAustria200019.3
AnnualReadingTotalPercentageBelgium200019
AnnualReadingTotalPercentageBulgaria200040.3
AnnualReadingTotalPercentageSwitzerland200020.4
AnnualReadingTotalPercentageCzechia200017.5
AnnualReadingTotalPercentageGermany200022.6
AnnualReadingTotalPercentageDenmark200017.9
AnnualReadingTotalPercentageGreece200024.4
AnnualReadingTotalPercentageSpain200016.3

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

Share link

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