File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- const currentYear = "2025 "
1+ const currentYear = "2026 "
22export const projectedUnitsLabel = `Projected units, ${ currentYear } *`
33
44const months = {
@@ -17,7 +17,7 @@ const months = {
1717}
1818
1919// eslint-disable-next-line @typescript-eslint/no-inferrable-types
20- const latestMonth : number = 12
20+ const latestMonth : number = 1
2121const glueWord = latestMonth == 2 ? "and" : "through"
2222const observedMonths =
2323 latestMonth == 1
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ def get_numerical_columns(
8080CANADA_POPULATION_DIR = Path ("data" , "canada-population" )
8181
8282# Last year and month for which monthly BPS data is available (and is cloned to housing-data-data).
83- LATEST_MONTH = (2025 , 12 )
84- LAST_YEAR_ANNUAL_DATA_RELEASED = True
83+ LATEST_MONTH = (2026 , 1 )
84+ LAST_YEAR_ANNUAL_DATA_RELEASED = False
8585
8686
8787def write_to_json_directory (df : pd .DataFrame , path : Path ) -> None :
You can’t perform that action at this time.
0 commit comments