if self.version == "28":
cc_dct = V28I0ED1.apply_agesex_edits(cc_dct, age, sex) # target HCC's have been renumbered amongst other changes
else:
cc_dct = V22I0ED2.apply_agesex_edits(cc_dct, age, sex)
The attached file provides the updated V28 version of the age-sex edits.
This file accounts for the remapping of the HCC numbers and a new edit for cancers.
_V28I0ED1.py.txt
In hcc.py, def profile(), change
to
The attached file provides the updated V28 version of the age-sex edits. This file accounts for the remapping of the HCC numbers and a new edit for cancers.