Baselight

Arrears (mortgage Or Rent, Utility Bills Or Hire Purchase) Until 2001

Eurostat code: ilc_mdes05h ยท (1994 - 2001)

@eurostat.ilc_mdes05h

Loading...
Loading...

About this Dataset

Arrears (mortgage Or Rent, Utility Bills Or Hire Purchase) Until 2001

This Eurostat dataset contains data on arrears (mortgage or rent, utility bills or hire purchase) until 2001, 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: 2009-06-10T11:00:00+0200

Tables

Arrears (mortgage Or Rent, Utility Bills Or Hire Purchase) Until 2001 - Raw

@eurostat.ilc_mdes05h.raw
  • 40.32 KB
  • 2871 rows
  • 14 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "hhtyp" VARCHAR,
  "arrears" VARCHAR,
  "income" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_1994" DOUBLE,
  "n_1995" DOUBLE,
  "n_1996" DOUBLE,
  "n_1997" DOUBLE,
  "n_1998" DOUBLE,
  "n_1999" DOUBLE,
  "n_2000" DOUBLE,
  "n_2001" DOUBLE
);

Arrears (mortgage Or Rent, Utility Bills Or Hire Purchase) Until 2001 - Unpivoted

@eurostat.ilc_mdes05h.tidy
  • 35.55 KB
  • 14564 rows
  • 8 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "hhtyp" VARCHAR,
  "arrears" VARCHAR,
  "income" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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