Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map country codes to names in generating aggregate data #2429

Merged
merged 1 commit into from
Feb 4, 2022

Conversation

iamleeg
Copy link
Contributor

@iamleeg iamleeg commented Feb 4, 2022

No description provided.

@iamleeg iamleeg merged commit 4428960 into main Feb 4, 2022
@iamleeg iamleeg deleted the country_names_in_aggregate branch February 4, 2022 14:56
if id is None:
continue
search_term = "country"
new_record = {
"_id": id,
"casecount": record["casecount"],
"country": record["country"],
"country": id,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a country_code field so that we don't have to lookups elsewhere in case we need it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants