File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11# Google Symptoms
22
3- We import the confirmed case and deaths data from the Google Research's
4- Open COVID-19 Data project and export the county-level and state-level data
5- as-is.
3+ We import the normalized symptom search term popularity data from the Google
4+ Research's Open COVID-19 Data project and export the county-level and state-level
5+ data as-is.
66
77## Geographical Levels (` geo ` )
88* ` county ` : reported using zero-padded FIPS codes. The county level data is derived
@@ -14,13 +14,13 @@ from `/subregions/state/2020_US_state_daily_symptoms_dataset.csv`.
1414* ` Anosmia ` : Google search volume for Anosmia-related searches
1515* ` Ageusia ` : Google search volume for Ageusia-related searches
1616
17- Recoveries are _ not_ reported.
18-
1917## Metrics, Level 2 (` m2 ` )
2018* ` raw_search ` : Google search volume reported as-is
2119* ` smoothed_search ` : Google search volume using 7-day moving average
2220
2321This data reflects the volume of Google searches mapped to symptoms such Anosmia
2422and Ageusia. The resulting daily dataset for each region showing the relative frequency
2523of searches for each symptom. This signal is measured in arbitrary units that are normalized
26- for population. Larger numbers represent higher numbers of symptom-related searches.
24+ for population and for the most popular symptom search term within a geographic region. Thus,
25+ values are not comparable between geographic regions. Larger numbers represent higher
26+ numbers of symptom-related searches.
Original file line number Diff line number Diff line change 11# Google Symptoms
22
3- We import the confirmed case and deaths data from the Google Research's
4- Open COVID-19 Data project and export the county-level and state-level data
5- as-is. For detailed information see the files ` DETAILS.md ` contained
3+ We import the normalized symptom search term popularity data from the Google
4+ Research's Open COVID-19 Data project and export the county-level and state-level
5+ data as-is. For detailed information see the files ` DETAILS.md ` contained
66in this directory.
77
88## Running the Indicator
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22"""Call the function run_module when executed.
33
4- This file indicates that calling the module (`python -m MODULE_NAME `) will
4+ This file indicates that calling the module (`python -m delphi_google_symptoms `) will
55call the function `run_module` found within the run.py file. There should be
66no need to change this template.
77"""
Original file line number Diff line number Diff line change 22"""Functions to call when running the function.
33
44This module should contain a function called `run_module`, that is executed
5- when the module is run with `python -m MODULE_NAME `.
5+ when the module is run with `python -m delphi_google_symptoms `.
66"""
77from datetime import datetime
88from itertools import product
You can’t perform that action at this time.
0 commit comments