Baselight

Youth Self-employment By Sex, Age And Educational Attainment Level

Eurostat code: yth_empl_040 ยท (1983 - 2024)

@eurostat.yth_empl_040

Youth Self-employment By Sex, Age And Educational Attainment Level - Unpivoted
@eurostat.yth_empl_040.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.

  • 133.61 KB
  • 53525 rows
  • 8 columns
freq

Freq

sex

Sex

age

Age

isced11

Isced11

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualFemalesFrom 15 to 19 yearsNo responseThousand personsGreece19833.8
AnnualFemalesFrom 15 to 19 yearsNo responseThousand personsItaly198315.1
AnnualFemalesFrom 15 to 19 yearsAll ISCED 2011 levelsThousand personsGreece19833.8
AnnualFemalesFrom 15 to 19 yearsAll ISCED 2011 levelsThousand personsItaly198315.1
AnnualFemalesFrom 15 to 24 yearsNo responseThousand personsBelgium19838.6
AnnualFemalesFrom 15 to 24 yearsNo responseThousand personsGermany198314.6
AnnualFemalesFrom 15 to 24 yearsNo responseThousand personsGreece198310.9
AnnualFemalesFrom 15 to 24 yearsNo responseThousand personsFrance198315.2
AnnualFemalesFrom 15 to 24 yearsNo responseThousand personsItaly198365.1
AnnualFemalesFrom 15 to 24 yearsNo responseThousand personsNetherlands19834

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

Share link

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