Baselight

Incidence Rate Of Accidents At Work By Specific Physical Activity, NACE Rev. 1.1 Activity, Sex, Age And Severity

Eurostat code: hsw_aw_pa2 ยท (2005 - 2005)

@eurostat.hsw_aw_pa2

Incidence Rate Of Accidents At Work By Specific Physical Activity, NACE Rev. 1.1 Activity, Sex, Age And Severity - Unpivoted
@eurostat.hsw_aw_pa2.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.

  • 10.3 KB
  • 414 rows
  • 10 columns
freq

Freq

unit

Unit

severity

Severity

age

Age

sex

Sex

nace_r1

Nace R1

physact

Physact

geo

Geo

time_period

Time Period

value

Value

AnnualNumber4 days or overTotalFemalesTotal - all NACE activitiesOperating machineEuropean Union (aggregate changing according to the context)200554.6
AnnualNumber4 days or overTotalFemalesTotal - all NACE activitiesWorking with hand-held toolsEuropean Union (aggregate changing according to the context)2005108.7
AnnualNumber4 days or overTotalFemalesTotal - all NACE activitiesDriving/being on board a means of transport or handling equipmentEuropean Union (aggregate changing according to the context)200567.8
AnnualNumber4 days or overTotalFemalesTotal - all NACE activitiesHandling of objectsEuropean Union (aggregate changing according to the context)2005282.3
AnnualNumber4 days or overTotalFemalesTotal - all NACE activitiesCarrying by handEuropean Union (aggregate changing according to the context)2005140.8
AnnualNumber4 days or overTotalFemalesTotal - all NACE activitiesMovementEuropean Union (aggregate changing according to the context)2005390.7
AnnualNumber4 days or overTotalFemalesTotal - all NACE activitiesPresenceEuropean Union (aggregate changing according to the context)200522.6
AnnualNumber4 days or overTotalFemalesTotal - all NACE activitiesOther specific physical activities not listed in this classificationEuropean Union (aggregate changing according to the context)200522.7
AnnualNumber4 days or overTotalFemalesTotal - all NACE activitiesTotalEuropean Union (aggregate changing according to the context)20051090.3
AnnualNumber4 days or overTotalMalesTotal - all NACE activitiesOperating machineEuropean Union (aggregate changing according to the context)2005222.6

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

Share link

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