Baselight

Relative Incidence Rate Of Accidental Injuries At Work By Severity, Frequency Of Shift Work And Age (EU Mean Rate = 100 For Each Severity)

Eurostat code: hsw_ij_svsha ยท (1999 - 1999)

@eurostat.hsw_ij_svsha

Relative Incidence Rate Of Accidental Injuries At Work By Severity, Frequency Of Shift Work And Age (EU Mean Rate = 100 For Each Severity) - Unpivoted
@eurostat.hsw_ij_svsha.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.

  • 6.4 KB
  • 74 rows
  • 8 columns
freq

Freq

unit

Unit

age

Age

severity

Severity

frequenc

Frequenc

geo

Geo

time_period

Time Period

value

Value

AnnualRateTotal14 days or overNeverEuropean Union (aggregate changing according to the context)199992
AnnualRateTotal14 days or overSometimesEuropean Union (aggregate changing according to the context)1999129
AnnualRateTotal14 days or overTotalEuropean Union (aggregate changing according to the context)1999100
AnnualRateTotal14 days or overUsuallyEuropean Union (aggregate changing according to the context)1999135
AnnualRateTotal4 days or overNeverEuropean Union (aggregate changing according to the context)199992
AnnualRateTotal4 days or overSometimesEuropean Union (aggregate changing according to the context)1999130
AnnualRateTotal4 days or overTotalEuropean Union (aggregate changing according to the context)1999100
AnnualRateTotal4 days or overUsuallyEuropean Union (aggregate changing according to the context)1999138
AnnualRateTotalTotalNeverEuropean Union (aggregate changing according to the context)199989
AnnualRateTotalTotalSometimesEuropean Union (aggregate changing according to the context)1999136

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

Share link

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