Baselight

Standardised Incidence Rate Of Accidents At Work By NACE Rev. 1.1 Activity And Size Of Enterprise

Eurostat code: hsw_aw_inasz ยท (1996 - 2007)

@eurostat.hsw_aw_inasz

Loading...
Loading...

About this Dataset

Standardised Incidence Rate Of Accidents At Work By NACE Rev. 1.1 Activity And Size Of Enterprise

This Eurostat dataset contains data on standardised incidence rate of accidents at work by nace rev. 1.1 activity and size of enterprise, 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: 2012-01-16T23:00:00+0100

Tables

Standardised Incidence Rate Of Accidents At Work By NACE Rev. 1.1 Activity And Size Of Enterprise - Raw

@eurostat.hsw_aw_inasz.raw
  • 19.44 KB
  • 144 rows
  • 18 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "severity" VARCHAR,
  "sizeclas" VARCHAR,
  "nace_r1" VARCHAR,
  "geo" VARCHAR,
  "n_1996" DOUBLE,
  "n_1997" DOUBLE,
  "n_1998" DOUBLE,
  "n_1999" DOUBLE,
  "n_2000" DOUBLE,
  "n_2001" DOUBLE,
  "n_2002" DOUBLE,
  "n_2003" DOUBLE,
  "n_2004" DOUBLE,
  "n_2005" DOUBLE,
  "n_2006" DOUBLE,
  "n_2007" DOUBLE
);

Standardised Incidence Rate Of Accidents At Work By NACE Rev. 1.1 Activity And Size Of Enterprise - Unpivoted

@eurostat.hsw_aw_inasz.tidy
  • 11.94 KB
  • 1246 rows
  • 8 columns
Loading...

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

Share link

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