Baselight

Persons In Households With At Least One Person Needing Professional Homecare Services By Sex, Reason For Not Receiving (more) Professional Homecare Services And Degree Of Urbanisation

Eurostat code: ilc_ats20b ยท (2016 - 2024)

@eurostat.ilc_ats20b

Loading...
Loading...

About this Dataset

Persons In Households With At Least One Person Needing Professional Homecare Services By Sex, Reason For Not Receiving (more) Professional Homecare Services And Degree Of Urbanisation

This Eurostat dataset contains data on persons in households with at least one person needing professional homecare services by sex, reason for not receiving (more) professional homecare services 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: 2025-10-10T11:00:00+0200

Tables

Persons In Households With At Least One Person Needing Professional Homecare Services By Sex, Reason For Not Receiving (more) Professional Homecare Services And Degree Of Urbanisation - Raw

@eurostat.ilc_ats20b.raw
  • 17.42 kB
  • 2,520 rows
  • 8 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "reason" VARCHAR,
  "deg_urb" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2016" DOUBLE  -- 2016,
  "n_2024" DOUBLE  -- 2024
);

Persons In Households With At Least One Person Needing Professional Homecare Services By Sex, Reason For Not Receiving (more) Professional Homecare Services And Degree Of Urbanisation - Unpivoted

@eurostat.ilc_ats20b.tidy
  • 15.58 kB
  • 4,488 rows
  • 8 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "reason" VARCHAR,
  "deg_urb" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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