Hello to the Community, new user here.
I have posted an issue ( #340) on the github repo, but I have not seen any replies yet there. I was wondering if Discourse was the place to report these issues instead? Many thanks in advance!
TypeError: Snomed._refset_df2dict()
Andrea
try using icd_df = snomed._map_snomed2refset() instead of icd_df = snomed.map_snomed2icd10()
icd_df = snomed._map_snomed2refset()
icd_df = snomed.map_snomed2icd10()
Hi @acortis ,
Thanks for raising this bug. This PR will come through shortly.