seattleflu / id3c-customizations

Extensions of ID3C for the Seattle Flu Study
MIT License
3 stars 0 forks source link

Convert NaN to Empty String Prior to Geocoding #303

Closed bencap closed 2 years ago

bencap commented 2 years ago

Geocoding expects either NoneType or String objects for address fields, but NaN values were being sent to the geocoding function. This change converts any NaNs in the parsed clinical records to empty strings before geocoding so that the expected data type matches what is passed in.

bencap commented 2 years ago

PHSKC - Update clinical ETL to process PHSKC data - Part 2

bencap commented 2 years ago

Deployed.