Completed overall testing and cases dashboard.
This commit is contained in:
@@ -19,7 +19,9 @@ async function processSingleZip ({ date, zip }) {
|
||||
if (!county) return counties
|
||||
totalPopulation += +row.population
|
||||
counties[county] = {
|
||||
population: +row.population
|
||||
population: +row.population,
|
||||
cases_14_days: +row['14 day case rate'],
|
||||
case_rate_14_days: +row['14 day case rate']
|
||||
}
|
||||
return counties
|
||||
}, {})
|
||||
|
||||
Reference in New Issue
Block a user