Baselight

Accidental Injuries At Work By Type Of Injury, Work Status After The Accidental Injury And Age

Eurostat code: hsw_ij_inwsa ยท (1999 - 1999)

@eurostat.hsw_ij_inwsa

Loading...
Loading...

About this Dataset

Accidental Injuries At Work By Type Of Injury, Work Status After The Accidental Injury And Age

This Eurostat dataset contains data on accidental injuries at work by type of injury, work status after the accidental injury and age, 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 Type Of Injury, Work Status After The Accidental Injury And Age - Raw

@eurostat.hsw_ij_inwsa.raw
  • 7.48 KB
  • 616 rows
  • 7 columns
Loading...

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

Accidental Injuries At Work By Type Of Injury, Work Status After The Accidental Injury And Age - Unpivoted

@eurostat.hsw_ij_inwsa.tidy
  • 8.04 KB
  • 616 rows
  • 8 columns
Loading...

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

Share link

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