Baselight

Accidents At Work By Sex, Age, Severity, NACE Rev. 2 Activity And Material Agent Of Specific Physical Activity

Eurostat code: hsw_ph3_05 ยท (2014 - 2022)

@eurostat.hsw_ph3_05

Loading...
Loading...

About this Dataset

Accidents At Work By Sex, Age, Severity, NACE Rev. 2 Activity And Material Agent Of Specific Physical Activity

This Eurostat dataset contains data on accidents at work by sex, age, severity, nace rev. 2 activity and material agent of specific physical activity, as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2025-06-05T23:00:00+0200

Tables

Accidents At Work By Sex, Age, Severity, NACE Rev. 2 Activity And Material Agent Of Specific Physical Activity - Raw

@eurostat.hsw_ph3_05.raw
  • 9.39 MB
  • 2125068 rows
  • 17 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "matagent" VARCHAR,
  "severity" VARCHAR,
  "nace_r2" VARCHAR,
  "sex" VARCHAR,
  "age" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2014" DOUBLE,
  "n_2015" DOUBLE,
  "n_2016" DOUBLE,
  "n_2017" DOUBLE,
  "n_2018" DOUBLE,
  "n_2019" DOUBLE,
  "n_2020" DOUBLE,
  "n_2021" DOUBLE,
  "n_2022" DOUBLE
);

Accidents At Work By Sex, Age, Severity, NACE Rev. 2 Activity And Material Agent Of Specific Physical Activity - Unpivoted

@eurostat.hsw_ph3_05.tidy
  • 9.39 MB
  • 16368352 rows
  • 10 columns
Loading...

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