File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33We import the normalized symptom search term popularity data from the Google
44Research's Open COVID-19 Data project and export the county-level and state-level
5- data as-is.
5+ data as-is. We also aggregate the data to the MSA and HRR levels.
66
77## Geographical Levels (` geo ` )
88* ` county ` : reported using zero-padded FIPS codes. The county level data is derived
99from ` /subregions/state/2020_US_state_daily_symptoms_dataset.csv ` .
10+ * ` msa ` : reported using cbsa (consistent with all other COVIDcast sensors). The msa
11+ level data is derived from county level data using population weighted average.
12+ * ` hrr ` : reported using HRR number (consistent with all other COVIDcast sensors). The
13+ hrr level data is derived from county level data using population weighted average.
1014* ` state ` : reported using two-letter postal code. The state level data is derived from
1115` 2020_US_daily_symptoms_dataset.csv ` which includes data for District of Columbia.
1216
Original file line number Diff line number Diff line change 22
33We import the normalized symptom search term popularity data from the Google
44Research'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
6- in this directory.
5+ data as-is. We also aggregate the data to the MSA and HRR levels. For detailed
6+ information see the files ` DETAILS.md ` contained in this directory.
77
88## Running the Indicator
99
You can’t perform that action at this time.
0 commit comments