-
Notifications
You must be signed in to change notification settings - Fork 10
Add county FIPS dataset #195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@nikhilwoodruff Would love your review and expertise on this, as I am new to this package and this type of programming. In particular, is the code I wrote to convert the government's dataset into the format we're looking for correct? |
|
Will review by EOD tomorrow |
nikhilwoodruff
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're doing this every few years, seems totally fine to have it be a one-off script we run. LGTM
Fixes #194
Fixes #198
This PR adds the code to create a generate a small county FIPS dataset from a 2020 US Census Bureau source. It also adds the generated dataset, code to export the dataset, and tests to ensure the dataset follows an expected structure.
@nikhilwoodruff Does this structure (a one-off script to create the dataset that is not regularly accessed via some sort of GH Actions script) work for this dataset?