Baselight

Persons In Households With At Least One User Of Professional Homecare Services By Age, Sex, Care Status And Disability (activity Limitation)

Eurostat code: ilc_ats19b ยท (2016 - 2024)

@eurostat.ilc_ats19b

Loading...
Loading...

About this Dataset

Persons In Households With At Least One User Of Professional Homecare Services By Age, Sex, Care Status And Disability (activity Limitation)

This Eurostat dataset contains data on persons in households with at least one user of professional homecare services by age, sex, care status and disability (activity limitation), 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 User Of Professional Homecare Services By Age, Sex, Care Status And Disability (activity Limitation) - Raw

@eurostat.ilc_ats19b.raw
  • 19.91 kB
  • 2,997 rows
  • 9 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "lev_limit" VARCHAR,
  "carestat" VARCHAR,
  "sex" VARCHAR,
  "age" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2016" DOUBLE  -- 2016,
  "n_2024" DOUBLE  -- 2024
);

Persons In Households With At Least One User Of Professional Homecare Services By Age, Sex, Care Status And Disability (activity Limitation) - Unpivoted

@eurostat.ilc_ats19b.tidy
  • 17.28 kB
  • 5,427 rows
  • 9 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "lev_limit" VARCHAR,
  "carestat" VARCHAR,
  "sex" VARCHAR,
  "age" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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