Baselight

Employed HRST By Category, Sex, Age And NACE Rev. 2 Activity

Eurostat code: hrst_st_nsecsex2 · (2008 - 2024)

@eurostat.hrst_st_nsecsex2

Employed HRST By Category, Sex, Age And NACE Rev. 2 Activity - Unpivoted
@eurostat.hrst_st_nsecsex2.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.

  • 1003.5 KB
  • 406660 rows
  • 9 columns
freq

Freq

sex

Sex

category

Category

nace_r2

Nace R2

age

Age

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualFemalesPersons with tertiary education (ISCED) and/or employed in science and technologyManufacturingFrom 15 to 74 yearsPercentage of total employmentAustria20086.6
AnnualFemalesPersons with tertiary education (ISCED) and/or employed in science and technologyManufacturingFrom 15 to 74 yearsPercentage of total employmentBelgium20087.2
AnnualFemalesPersons with tertiary education (ISCED) and/or employed in science and technologyManufacturingFrom 15 to 74 yearsPercentage of total employmentBulgaria200810
AnnualFemalesPersons with tertiary education (ISCED) and/or employed in science and technologyManufacturingFrom 15 to 74 yearsPercentage of total employmentSwitzerland20085.9
AnnualFemalesPersons with tertiary education (ISCED) and/or employed in science and technologyManufacturingFrom 15 to 74 yearsPercentage of total employmentCyprus20083.5
AnnualFemalesPersons with tertiary education (ISCED) and/or employed in science and technologyManufacturingFrom 15 to 74 yearsPercentage of total employmentCzechia200812.5
AnnualFemalesPersons with tertiary education (ISCED) and/or employed in science and technologyManufacturingFrom 15 to 74 yearsPercentage of total employmentGermany20087.6
AnnualFemalesPersons with tertiary education (ISCED) and/or employed in science and technologyManufacturingFrom 15 to 74 yearsPercentage of total employmentDenmark20087.5
AnnualFemalesPersons with tertiary education (ISCED) and/or employed in science and technologyManufacturingFrom 15 to 74 yearsPercentage of total employmentEuro area – 20 countries (from 2023)20087.3
AnnualFemalesPersons with tertiary education (ISCED) and/or employed in science and technologyManufacturingFrom 15 to 74 yearsPercentage of total employmentEstonia200811.7

CREATE TABLE tidy (
  "freq" VARCHAR,
  "sex" VARCHAR,
  "category" VARCHAR,
  "nace_r2" 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.