Persons In Households With At Least One User Of Professional Homecare Services By Age, Disability (activity Limitation), Care Status And Risk Of Poverty Or Social Exclusion
Eurostat code: ilc_ats19c ยท (2016 - 2024)
@eurostat.ilc_ats19c
Eurostat code: ilc_ats19c ยท (2016 - 2024)
@eurostat.ilc_ats19c
This Eurostat dataset contains data on persons in households with at least one user of professional homecare services by age, disability (activity limitation), care status and risk of poverty or social exclusion, as collected and published by the Statistical Office of the European Union.
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
CREATE TABLE raw (
"freq" VARCHAR,
"lev_limit" VARCHAR,
"carestat" VARCHAR,
"yn_arope" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2016" DOUBLE -- 2016,
"n_2024" DOUBLE -- 2024
);
CREATE TABLE tidy (
"freq" VARCHAR,
"lev_limit" VARCHAR,
"carestat" VARCHAR,
"yn_arope" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.