lshtm-gis / WHO_PHSM_Cleaning

Cleaning PHSM provider data for WHO
https://lshtm-gis.github.io/WHO_PHSM_Cleaning/html/
MIT License
0 stars 1 forks source link

update record merging #129

Closed hamishgibbs closed 3 years ago

hamishgibbs commented 3 years ago

Updates the routine for merging records.

Rather than transposing and concatenating each record, a single DataFrame is defined from the list of record dictionaries.

Should greatly reduce the computation required to merge records after processing.