Baselight

Employed HRST With Tertiary Education By Age, Field Of Education And Occupation (2003-2013)

Eurostat code: hrst_st_nfieocc ยท (2003 - 2013)

@eurostat.hrst_st_nfieocc

Employed HRST With Tertiary Education By Age, Field Of Education And Occupation (2003-2013) - Unpivoted
@eurostat.hrst_st_nfieocc.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.

  • 104.62 KB
  • 33951 rows
  • 8 columns
freq

Freq

field

Field

isco08

Isco08

age

Age

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualScience, mathematics and computingProfessionalsFrom 15 to 74 yearsPercentage of total employmentBulgaria20034.9
AnnualScience, mathematics and computingProfessionalsFrom 15 to 74 yearsPercentage of total employmentSwitzerland20036.8
AnnualScience, mathematics and computingProfessionalsFrom 15 to 74 yearsPercentage of total employmentCyprus200313.5
AnnualScience, mathematics and computingProfessionalsFrom 15 to 74 yearsPercentage of total employmentCzechia20037.4
AnnualScience, mathematics and computingProfessionalsFrom 15 to 74 yearsPercentage of total employmentGermany20037.7
AnnualScience, mathematics and computingProfessionalsFrom 15 to 74 yearsPercentage of total employmentDenmark20038.7
AnnualScience, mathematics and computingProfessionalsFrom 15 to 74 yearsPercentage of total employmentEuro area - 19 countries (2015-2022)20039.7
AnnualScience, mathematics and computingProfessionalsFrom 15 to 74 yearsPercentage of total employmentGreece200312.6
AnnualScience, mathematics and computingProfessionalsFrom 15 to 74 yearsPercentage of total employmentSpain200311
AnnualScience, mathematics and computingProfessionalsFrom 15 to 74 yearsPercentage of total employmentEuropean Union - 15 countries (1995-2004)20037.9

CREATE TABLE tidy (
  "freq" VARCHAR,
  "field" VARCHAR,
  "isco08" 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.