Baselight

Access To Basic Services And Housing

Eurostat code: med_ps32 ยท (2005 - 2018)

@eurostat.med_ps32

Access To Basic Services And Housing - Unpivoted
@eurostat.med_ps32.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.

  • 5.31 KB
  • 155 rows
  • 5 columns
freq

Freq

indic_md

Indic Md

geo

Geo

time_period

Time Period

value

Value

AnnualProportion of households with sustainable access to improved sanitation, urban (%)Israel2005100
AnnualProportion of households with sustainable access to improved sanitation, urban (%)Morocco200587.2
AnnualProportion of households with sustainable access to improved sanitation, urban (%)Palestine*200599.2
AnnualProportion of households with sustainable access to improved sanitation, urban (%)Tunisia200580.1
AnnualProportion of households with sustainable access to improved sanitation, rural (%)Israel200599
AnnualProportion of households with sustainable access to improved sanitation, rural (%)Palestine*200599.5
AnnualProportion of households with sustainable access to improved sanitation, total (%)Israel200599
AnnualProportion of households with sustainable access to improved sanitation, total (%)Morocco200554
AnnualProportion of households with sustainable access to improved sanitation, total (%)Palestine*200599.4
AnnualProportion of households with access to secure tenure, urban (%)Egypt200582.5

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

Share link

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