Baselight

Young People Neither In Employment Nor In Education And Training By Sex (NEET)

Eurostat code: sdg_08_20 ยท (2003 - 2024)

@eurostat.sdg_08_20

Young People Neither In Employment Nor In Education And Training By Sex (NEET) - Unpivoted
@eurostat.sdg_08_20.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.

  • 9.08 KB
  • 1713 rows
  • 7 columns
freq

Freq

sex

Sex

age

Age

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualFemalesFrom 15 to 29 yearsPercentage of total populationFrance200312.2
AnnualMalesFrom 15 to 29 yearsPercentage of total populationFrance20039
AnnualTotalFrom 15 to 29 yearsPercentage of total populationFrance200310.6
AnnualFemalesFrom 15 to 29 yearsPercentage of total populationFrance200412.5
AnnualMalesFrom 15 to 29 yearsPercentage of total populationFrance20049.1
AnnualTotalFrom 15 to 29 yearsPercentage of total populationFrance200410.8
AnnualFemalesFrom 15 to 29 yearsPercentage of total populationFrance200512.4
AnnualMalesFrom 15 to 29 yearsPercentage of total populationFrance20059.4
AnnualTotalFrom 15 to 29 yearsPercentage of total populationFrance200510.9
AnnualFemalesFrom 15 to 29 yearsPercentage of total populationFrance200612.5

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

Share link

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