Household Size And Composition
@owid.households
@owid.households
CREATE TABLE owid_households (
"country" VARCHAR,
"year" INTEGER,
"one_person" FLOAT,
"couple_only" FLOAT,
"couple_with_children" FLOAT,
"single_parent_with_children" FLOAT,
"extended_family" FLOAT,
"non_relatives" FLOAT,
"unknown" FLOAT,
"single_parent_with_children_separate" FLOAT
);
Anyone who has the link will be able to view this.