Baselight

Relative Incidence Rate Of Accidental Injuries At Work By Severity, Permanency Of The Job, Length Of Service In The Enterprise And NACE Rev. 1.1 Activity (EU Mean Rate = 100 For Each Severity)

Eurostat code: hsw_ij_svcln ยท (1999 - 1999)

@eurostat.hsw_ij_svcln

Relative Incidence Rate Of Accidental Injuries At Work By Severity, Permanency Of The Job, Length Of Service In The Enterprise And NACE Rev. 1.1 Activity (EU Mean Rate = 100 For Each Severity) - Unpivoted
@eurostat.hsw_ij_svcln.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.95 KB
  • 841 rows
  • 9 columns
freq

Freq

unit

Unit

l_serv

L Serv

severity

Severity

nace_r1

Nace R1

emp_cont

Emp Cont

geo

Geo

time_period

Time Period

value

Value

AnnualRateTotal14 days or overAgriculture, hunting and forestryLimited durationEuropean Union (aggregate changing according to the context)199988
AnnualRateTotal14 days or overAgriculture, hunting and forestryUnlimited durationEuropean Union (aggregate changing according to the context)1999173
AnnualRateTotal14 days or overAgriculture, hunting and forestryTraining or probationary periodEuropean Union (aggregate changing according to the context)1999117
AnnualRateTotal14 days or overAgriculture, hunting and forestryTotalEuropean Union (aggregate changing according to the context)1999144
AnnualRateTotal14 days or overFishingUnlimited durationEuropean Union (aggregate changing according to the context)1999181
AnnualRateTotal14 days or overMining and quarryingUnlimited durationEuropean Union (aggregate changing according to the context)1999152
AnnualRateTotal14 days or overMining and quarryingTotalEuropean Union (aggregate changing according to the context)1999139
AnnualRateTotal14 days or overManufacturingLimited durationEuropean Union (aggregate changing according to the context)1999119
AnnualRateTotal14 days or overManufacturingUnlimited durationEuropean Union (aggregate changing according to the context)1999128
AnnualRateTotal14 days or overManufacturingTraining or probationary periodEuropean Union (aggregate changing according to the context)1999119

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "l_serv" VARCHAR,
  "severity" VARCHAR,
  "nace_r1" VARCHAR,
  "emp_cont" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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