Skip to content

Commit

Permalink
Add October 2024 data
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-kap committed Nov 26, 2024
1 parent 87f5f66 commit 56c0105
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 = 9
const latestMonth: number = 10
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, 9)
LATEST_MONTH = (2024, 10)
LAST_YEAR_ANNUAL_DATA_RELEASED = True


Expand Down

0 comments on commit 56c0105

Please sign in to comment.