Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

PrenerLab/zip_periods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zip_periods

This repository creates data for an article manuscript.

Metadata

All ZIP code counts are sourced from St. Louis City and St. Louis County COVID-19 dashboards directly, and are available here. All per capita rates are rates per 1,000 estimated individuals.

Column definitions are as follows:

  • zip - ZCTA GEOID number
  • total_pop - estimated population, with partial ZCTAs interpolated using areal weighted interpolation, sourced from STL_BOUNDARY_ZCTA
  • period1 - count of total cases as of 2021-06-30
  • period2 - count of total cases as of 2021-09-30
  • period2 - count of total cases as of 2021-12-31
  • delta2 - count of new cases as of 2021-09-30
  • delta3 - count of new cases as of 2021-12-31
  • delta1_rate - per capita new cases as of 2021-06-30
  • delta2_rate - per capita new cases as of 2021-09-30
  • delta3_rate - per capita new cases as of 2021-12-31

The .geojson file only contains zip, delta1_rate, delta2_rate, and delta3_rate since those are the columns that will be mapped.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages