Baselight

Distribution Of Population By Household Types - EU-SILC Survey

Eurostat code: tesov190 ยท (2013 - 2024)

@eurostat.tesov190

Distribution Of Population By Household Types - EU-SILC Survey - Unpivoted
@eurostat.tesov190.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.23 KB
  • 1335 rows
  • 7 columns
freq

Freq

incgrp

Incgrp

unit

Unit

hhtyp

Hhtyp

geo

Geo

time_period

Time Period

value

Value

AnnualTotalPercentageSingle personAustria201316.2
AnnualTotalPercentageSingle personBelgium201315.1
AnnualTotalPercentageSingle personBulgaria20138.5
AnnualTotalPercentageSingle personSwitzerland201313.9
AnnualTotalPercentageSingle personCyprus20137.5
AnnualTotalPercentageSingle personCzechia201311.6
AnnualTotalPercentageSingle personGermany201319.9
AnnualTotalPercentageSingle personDenmark201322.7
AnnualTotalPercentageSingle personEuro area - 19 countries (2015-2022)201315
AnnualTotalPercentageSingle personEstonia201316.1

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

Share link

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