Skip to content

Commit

Permalink
update age
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonerf committed Oct 1, 2024
1 parent ca19568 commit 95e4dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etl/steps/data/garden/un/2024-10-01/births_by_age.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def run(dest_dir: str) -> None:
tb = tb[~msk]
# Move each age-group to a decade
dict_age = {
"10-14": "Teens",
"15-19": "Teens",
"10-14": "Teenage",
"15-19": "Teenage",
"20-24": "Twenties",
"25-29": "Twenties",
"30-34": "Thirties",
Expand Down

0 comments on commit 95e4dfe

Please sign in to comment.