Baselight

Share Of Total Population Having Neither A Bath, Nor A Shower In Their Dwelling - EU-SILC Survey

Eurostat code: tessi293 ยท (2010 - 2023)

@eurostat.tessi293

Share Of Total Population Having Neither A Bath, Nor A Shower In Their Dwelling - EU-SILC Survey - Unpivoted
@eurostat.tessi293.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.

  • 8.91 KB
  • 1308 rows
  • 9 columns
freq

Freq

hhtyp

Hhtyp

incgrp

Incgrp

unit

Unit

age

Age

sex

Sex

geo

Geo

time_period

Time Period

value

Value

AnnualTotalTotalPercentageTotalFemalesAustria20100.5
AnnualTotalTotalPercentageTotalFemalesBelgium20100.3
AnnualTotalTotalPercentageTotalFemalesBulgaria201015.4
AnnualTotalTotalPercentageTotalFemalesSwitzerland20100.2
AnnualTotalTotalPercentageTotalFemalesCyprus20101.1
AnnualTotalTotalPercentageTotalFemalesCzechia20100.5
AnnualTotalTotalPercentageTotalFemalesGermany20100.5
AnnualTotalTotalPercentageTotalFemalesDenmark20100.8
AnnualTotalTotalPercentageTotalFemalesEuro area - 19 countries (2015-2022)20100.8
AnnualTotalTotalPercentageTotalFemalesEstonia201011.3

CREATE TABLE tidy (
  "freq" VARCHAR,
  "hhtyp" VARCHAR,
  "incgrp" VARCHAR,
  "unit" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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