Skip to content
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

Add automated saving of weekly ward progress #3

Open
DForbush opened this issue Feb 25, 2020 · 3 comments
Open

Add automated saving of weekly ward progress #3

DForbush opened this issue Feb 25, 2020 · 3 comments

Comments

@DForbush
Copy link
Collaborator

In the R markdown file, we should think of a way to automatically save the response rate week-to-week. It should be done in a way that it can be automatically recalled by the code week to week, i.e. so that it can be used to create something like a graph of the response rate over time. This will likely involve saving an .Rda file that is automatically recalled and re-saved week to week.

@sherryshenker
Copy link
Collaborator

hmm we are planning to maintain a table in Platform that has the tract's response rate for every day that we receive data, and plotting that over time in CIC. would using that visualization, and/or the underlying table, solve this?

@DForbush
Copy link
Collaborator Author

DForbush commented Mar 4, 2020

Yes, that would be perfect. It would be better to have it saved in Civis than in an .Rda file and then call it like any other table through the API.

geneorama added a commit that referenced this issue Mar 24, 2020
@geneorama
Copy link
Member

I wrote a little function to get the daily values from the API, but there are no historical values.

@sherryshenker thank you for sharing public.raw_data_2020 which has the history.

Do you have any idea if they have statistics on how many forms they sent out? I only see daily and cumulative percentages. (I would suggest adding the daily variables to your query... might tell us more? DRRALL,DRRINT)

I am using this as my query https://api.census.gov/data/2020/dec/responserate?get=GEO_ID,RESP_DATE,DRRALL,CRRALL,DRRINT,CRRINT&for=tract:*&in=state:17%20county:031&key=APIKEY

Also, I don't see anything about the return rate or the enumeration rate. Obviously the enumeration hasn't started, but it's disconcerting to me that there is no field.

Thoughts on that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants