Baselight

Number Of Work-related Health Problems By Diagnosis Group, Severity, Activity And Employment Status Of The Victim And Age

Eurostat code: hsw_hp_svdwa ยท (1999 - 1999)

@eurostat.hsw_hp_svdwa

Number Of Work-related Health Problems By Diagnosis Group, Severity, Activity And Employment Status Of The Victim And Age - Unpivoted
@eurostat.hsw_hp_svdwa.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 18.52 KB
  • 3080 rows
  • 9 columns
freq

Freq

unit

Unit

age

Age

severity

Severity

wstatus

Wstatus

diagnose

Diagnose

geo

Geo

time_period

Time Period

value

Value

AnnualNumberTotalFrom 1 to 3 daysEmployed personsCardiovascular disordersEuropean Union (aggregate changing according to the context)19996325
AnnualNumberTotalFrom 1 to 3 daysEmployed personsHeadaches, eyestrains, migrainesEuropean Union (aggregate changing according to the context)199922558
AnnualNumberTotalFrom 1 to 3 daysEmployed personsHearing disordersEuropean Union (aggregate changing according to the context)19994222
AnnualNumberTotalFrom 1 to 3 daysEmployed personsInfectious diseasesEuropean Union (aggregate changing according to the context)199919553
AnnualNumberTotalFrom 1 to 3 daysEmployed personsMusculo-skeletal disordersEuropean Union (aggregate changing according to the context)1999131855
AnnualNumberTotalFrom 1 to 3 daysEmployed personsOther not elsewhere mentionedEuropean Union (aggregate changing according to the context)199920665
AnnualNumberTotalFrom 1 to 3 daysEmployed personsPulmonary disordersEuropean Union (aggregate changing according to the context)199925170
AnnualNumberTotalFrom 1 to 3 daysEmployed personsSkin problemsEuropean Union (aggregate changing according to the context)19998961
AnnualNumberTotalFrom 1 to 3 daysEmployed personsStress, depression, anxietyEuropean Union (aggregate changing according to the context)199959190
AnnualNumberTotalFrom 1 to 3 daysEmployed personsTotalEuropean Union (aggregate changing according to the context)1999305371

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

Share link

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