Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
owidbot committed Dec 11, 2024
1 parent 6e66660 commit d84bbb2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ def run(dest_dir: str) -> None:
tb = geo.harmonize_countries(df=tb, countries_file=paths.country_mapping_path)
tb = combining_sexes_for_all_age_groups(tb)
tb = add_region_sum_aggregates(tb, ds_regions, ds_income_groups)
tb["tsr"] = tb["tsr"].astype(
"float16"
) # Ensure the column is of type float16 - was getting an error when it was float64
tb = tb.set_index(["country", "year", "age_group", "sex", "cohort_type"], verify_integrity=True)

#
Expand Down

0 comments on commit d84bbb2

Please sign in to comment.