Baselight

Employed HRST By Category, Sex, Age And NACE Rev. 1.1 Activity (1994-2007)

Eurostat code: hrst_st_nsecsex ยท (1994 - 2008)

@eurostat.hrst_st_nsecsex

Employed HRST By Category, Sex, Age And NACE Rev. 1.1 Activity (1994-2007) - Unpivoted
@eurostat.hrst_st_nsecsex.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.

  • 384.53 KB
  • 145694 rows
  • 9 columns
freq

Freq

sex

Sex

category

Category

nace_r1

Nace R1

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 employmentBelgium19947.7
AnnualFemalesPersons with tertiary education (ISCED) and/or employed in science and technologyManufacturingFrom 15 to 74 yearsPercentage of total employmentGermany19943.9
AnnualFemalesPersons with tertiary education (ISCED) and/or employed in science and technologyManufacturingFrom 15 to 74 yearsPercentage of total employmentDenmark19948.1
AnnualFemalesPersons with tertiary education (ISCED) and/or employed in science and technologyManufacturingFrom 15 to 74 yearsPercentage of total employmentGreece19945.9
AnnualFemalesPersons with tertiary education (ISCED) and/or employed in science and technologyManufacturingFrom 15 to 74 yearsPercentage of total employmentSpain19947.1
AnnualFemalesPersons with tertiary education (ISCED) and/or employed in science and technologyManufacturingFrom 15 to 74 yearsPercentage of total employmentFrance19948.1
AnnualFemalesPersons with tertiary education (ISCED) and/or employed in science and technologyManufacturingFrom 15 to 74 yearsPercentage of total employmentIreland19949.1
AnnualFemalesPersons with tertiary education (ISCED) and/or employed in science and technologyManufacturingFrom 15 to 74 yearsPercentage of total employmentItaly19946
AnnualFemalesPersons with tertiary education (ISCED) and/or employed in science and technologyManufacturingFrom 15 to 74 yearsPercentage of total employmentLuxembourg19943.3
AnnualFemalesPersons with tertiary education (ISCED) and/or employed in science and technologyManufacturingFrom 15 to 74 yearsPercentage of total employmentNetherlands19944.7

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