Baselight

Accidental Injuries At Work By Severity And Type Of Injury

Eurostat code: hsw_ij_svinj ยท (1999 - 1999)

@eurostat.hsw_ij_svinj

Loading...
Loading...

About this Dataset

Accidental Injuries At Work By Severity And Type Of Injury

This Eurostat dataset contains data on accidental injuries at work by severity and type of injury, 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: 2009-03-27T11:00:00+0100

Tables

Accidental Injuries At Work By Severity And Type Of Injury - Raw

@eurostat.hsw_ij_svinj.raw
  • 7.01 KB
  • 1206 rows
  • 6 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "severity" VARCHAR,
  "injury" VARCHAR,
  "geo" VARCHAR,
  "n_1999" DOUBLE
);

Accidental Injuries At Work By Severity And Type Of Injury - Unpivoted

@eurostat.hsw_ij_svinj.tidy
  • 7.58 KB
  • 1206 rows
  • 7 columns
Loading...

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

Share link

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