Skip to content

Code to visualize covid-19 cases in the US state of Georgia

Notifications You must be signed in to change notification settings

nbornstein/covid-19-georgia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid-19-georgia

Code to visualize covid-19 cases in the US state of Georgia

The State of Georgia doesn't provide a FIPS code and just has the county name in a field called "county_resident". The counties data set expects the county_name column to be "Something County". So I'm adding a new column to the DPH data called county_name with "Something County" in it, then joining to the counties data set on that new column.

If I was going to try this with a different data set (like say https://github.com/nytimes/covid-19-data) I would just join on the FIPS code.

I learned how to do this primarily from https://medium.com/@urban_institute/how-to-create-state-and-county-maps-easily-in-r-577d29300bb2

About

Code to visualize covid-19 cases in the US state of Georgia

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published