Baselight

Persons Performing Physical Activity When Working By Type Of Activity, Most Frequent Activity Status, Income Quantile And Degree Of Urbanization

Eurostat code: ilc_hch06 ยท (2017 - 2022)

@eurostat.ilc_hch06

About this Dataset

Persons Performing Physical Activity When Working By Type Of Activity, Most Frequent Activity Status, Income Quantile And Degree Of Urbanization

This Eurostat dataset contains data on persons performing physical activity when working by type of activity, most frequent activity status, income quantile and degree of urbanization, 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: 2024-10-01T23:00:00+0200

Tables

Persons Performing Physical Activity When Working By Type Of Activity, Most Frequent Activity Status, Income Quantile And Degree Of Urbanization - Raw

@eurostat.ilc_hch06.raw
  • 46.06 KB
  • 17280 rows
  • 9 columns

CREATE TABLE raw (
  "freq" VARCHAR,
  "physact" VARCHAR,
  "wstatus" VARCHAR,
  "deg_urb" VARCHAR,
  "quant_inc" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2017" DOUBLE,
  "n_2022" DOUBLE
);

Persons Performing Physical Activity When Working By Type Of Activity, Most Frequent Activity Status, Income Quantile And Degree Of Urbanization - Unpivoted

@eurostat.ilc_hch06.tidy
  • 41.48 KB
  • 22612 rows
  • 9 columns

CREATE TABLE tidy (
  "freq" VARCHAR,
  "physact" VARCHAR,
  "wstatus" VARCHAR,
  "deg_urb" VARCHAR,
  "quant_inc" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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