Skip to content

Commit

Permalink
add new age rate signals
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdefries committed Feb 7, 2025
1 parent 40212bb commit cf2fcec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/acquisition/flusurv/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
]
In addition to the new age, race, and sex breakdowns, the group id for overall
reporting has changed from 6 to 0. Age ids 1-5 and 7-9 retain the same the
reporting has changed from 6 to 0. Age ids 1-5 and 7-9 retain the
same meanings; age id 6 is not reported.
"""
HISTORICAL_GROUPS = (
Expand All @@ -76,6 +76,9 @@
"rate_age_12t17",
"rate_age_lt18",
"rate_age_gte18",
"rate_age_1t4",
"rate_age_gte75",
"rate_age_0tlt1",
)
RACE_GROUPS = (
"rate_race_white",
Expand Down

0 comments on commit cf2fcec

Please sign in to comment.