Baselight

Distribution Of Population By Level Of Difficulty In Accessing Public Transport, Income Quintile And Degree Of Urbanisation

Eurostat code: ilc_hcmp06 ยท (2012 - 2014)

@eurostat.ilc_hcmp06

Loading...
Loading...

About this Dataset

Distribution Of Population By Level Of Difficulty In Accessing Public Transport, Income Quintile And Degree Of Urbanisation

This Eurostat dataset contains data on distribution of population by level of difficulty in accessing public transport, income quintile and degree of urbanisation, 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: 2023-06-27T23:00:00+0200

Tables

Distribution Of Population By Level Of Difficulty In Accessing Public Transport, Income Quintile And Degree Of Urbanisation - Raw

@eurostat.ilc_hcmp06.raw
  • 15.02 KB
  • 3744 rows
  • 8 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "lev_diff" VARCHAR,
  "deg_urb" VARCHAR,
  "quantile" VARCHAR,
  "geo" VARCHAR,
  "n_2012" DOUBLE,
  "n_2014" DOUBLE
);

Distribution Of Population By Level Of Difficulty In Accessing Public Transport, Income Quintile And Degree Of Urbanisation - Unpivoted

@eurostat.ilc_hcmp06.tidy
  • 13.95 KB
  • 3708 rows
  • 8 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "lev_diff" VARCHAR,
  "deg_urb" VARCHAR,
  "quantile" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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