Baselight

Accidents At Work By Sex, Age, Severity, NACE Rev. 2 Activity And Working Process

Eurostat code: hsw_ph3_03 ยท (2014 - 2022)

@eurostat.hsw_ph3_03

Loading...
Loading...

About this Dataset

Accidents At Work By Sex, Age, Severity, NACE Rev. 2 Activity And Working Process

This Eurostat dataset contains data on accidents at work by sex, age, severity, nace rev. 2 activity and working process, 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 Working Process - Raw

@eurostat.hsw_ph3_03.raw
  • 5.6 MB
  • 869346 rows
  • 17 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "workproc" 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 Working Process - Unpivoted

@eurostat.hsw_ph3_03.tidy
  • 5.6 MB
  • 6696144 rows
  • 10 columns
Loading...

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