Skip to content

Commit

Permalink
Add March 2023 data and updated HCD data
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-kap committed Apr 26, 2024
1 parent 8e4ecc1 commit cee827a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 2
const latestMonth: number = 3
const glueWord = latestMonth == 2 ? "and" : "through"
const observedMonths =
latestMonth == 1
Expand Down
2 changes: 1 addition & 1 deletion lib/selects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function usePreferHcdDataInput(): {
checked={preferHcdData}
onChange={() => setPreferHcdData(!preferHcdData)}
/>
<span className="ml-1">Prefer California HCD data for 2018–2022</span>
<span className="ml-1">Prefer California HCD data for 2018–2023</span>
</label>
)

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, 2)
LATEST_MONTH = (2024, 3)
LAST_YEAR_ANNUAL_DATA_RELEASED = False


Expand Down

0 comments on commit cee827a

Please sign in to comment.