Housing/Canada: Difference between revisions

From the change wiki
(Created page with "Does Canada have enough housing? Let's do a housing supply analysis using census data. ==All of Canada== {{aip}} ==Custom region== Download the 2021 census data for that region. Do the following calculations: ===Supply=== {{aip}} ===Demand=== {{aip}}")
 
Line 9: Line 9:
Download the 2021 census data for that region. Do the following calculations:
Download the 2021 census data for that region. Do the following calculations:


===Supply===
Supply:
{{aip}}
// TODO
Demand:
s0 = find("Total - Persons not in census families in private households - 100% data");
c0 = find("Married couples","Without children") + find("Common-law couples","Without children");
// TODO: finish this


===Demand===
{{aip}}
{{aip}}

Revision as of 23:04, 16 October 2022

Does Canada have enough housing? Let's do a housing supply analysis using census data.

All of Canada

Analysis in progress - someone is working on this research.
Results will be posted here soon ♥

Custom region

Download the 2021 census data for that region. Do the following calculations:

Supply:
// TODO
Demand:
s0 = find("Total - Persons not in census families in private households - 100% data");
c0 = find("Married couples","Without children") + find("Common-law couples","Without children");
// TODO: finish this

Analysis in progress - someone is working on this research.
Results will be posted here soon ♥