Housing/Canada: Difference between revisions

(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}}