Skip to content

Commit

Permalink
Add December 2024 data
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-kap committed Feb 15, 2025
1 parent 8dfb1e3 commit f3d3355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/projections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const months = {
}

// eslint-disable-next-line @typescript-eslint/no-inferrable-types
const latestMonth: number = 11
const latestMonth: number = 12
const glueWord = latestMonth == 2 ? "and" : "through"
const observedMonths =
latestMonth == 1
Expand Down
2 changes: 1 addition & 1 deletion python/housing_data/build_data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def get_numerical_columns(
CANADA_POPULATION_DIR = Path("data", "canada-population")

# Last year and month for which monthly BPS data is available (and is cloned to housing-data-data).
LATEST_MONTH = (2024, 11)
LATEST_MONTH = (2024, 12)
LAST_YEAR_ANNUAL_DATA_RELEASED = True


Expand Down

0 comments on commit f3d3355

Please sign in to comment.