Skip to content

Update arizona rule county checks to use name, not fips code #4

Description

@leebrian

Currently, the check for whether only a single county is suppressed uses county name+state to determine the number of counties in a state per census, but uses fips+state to determine the number of counties in a state for cases. This can lead to some mismatches.

They should both use county name. Please update and test.

case_counties_per_state = aggregate(data=subset(data_with_census,county_fips_code != 'NA'), county_fips_code ~ res_state, function(x) length(unique(x)))

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions