Baselight

Recognised Cases Of Occupational Cancers - Experimental Statistics

Eurostat code: hsw_occ_cnr ยท (2013 - 2022)

@eurostat.hsw_occ_cnr

Recognised Cases Of Occupational Cancers - Experimental Statistics - Unpivoted
@eurostat.hsw_occ_cnr.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.

  • 6.24 KB
  • 260 rows
  • 6 columns
freq

Freq

icd10

Icd10

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualMalignant neoplasms (C00-C97)NumberEuropean Union (aggregate changing according to the context)20133978
AnnualMalignant neoplasms (C00-C97)PercentageEuropean Union (aggregate changing according to the context)2013100
AnnualMalignant neoplasm of nasal cavity and middle earNumberEuropean Union (aggregate changing according to the context)201343
AnnualMalignant neoplasm of nasal cavity and middle earPercentageEuropean Union (aggregate changing according to the context)20131.1
AnnualMalignant neoplasm of accessory sinusesNumberEuropean Union (aggregate changing according to the context)201394
AnnualMalignant neoplasm of accessory sinusesPercentageEuropean Union (aggregate changing according to the context)20132.4
AnnualMalignant neoplasm of larynxNumberEuropean Union (aggregate changing according to the context)201323
AnnualMalignant neoplasm of larynxPercentageEuropean Union (aggregate changing according to the context)20130.6
AnnualMalignant neoplasm of bronchus and lungNumberEuropean Union (aggregate changing according to the context)20131724
AnnualMalignant neoplasm of bronchus and lungPercentageEuropean Union (aggregate changing according to the context)201343.3

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

Share link

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