Skip to content

Deploy renamed nancodes to production #1045

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

Merged
merged 16 commits into from
May 10, 2021
Merged

Deploy renamed nancodes to production #1045

merged 16 commits into from
May 10, 2021

Conversation

krivard
Copy link
Contributor

@krivard krivard commented May 10, 2021

Description

We renamed some NAN codes in response to feedback in prep for the nans rollout. All other changes along for the ride.

Changelog

Itemize code/test/documentation changes and files added/removed.

  • #1043, Fix bad field spelling on sircal log
  • #1040, Change max age of google-symptoms to 6 days
  • #1044, Rename nancodes
  • #1039, [fb-package] Create script to combine contingency tables by group over all dates

nmdefries and others added 16 commits May 3, 2021 17:59
Generalize code that selects columns to use in finding unique rows. Now
uses all columns up to but not including the first column that starts
with "val_", "se_", etc (any column name that we do or can report in the
contingency tables). Discuss column ordering/naming behavior in
contingency pipeline comments.
readr's column guessing procedure only uses the first 1000 lines, by
default, of a file to guess variable type for each column. If a column
is completely missing for the first 1000 lines, it is read in as a
logical which causes parsing failures if the column contains non-boolean
values later, outside the type guessing range.

This happens when reading in output files if an indicator was newly
added. To correctly specify these, use the column specification from the
input file/s. All columns included in input files are at least partially
non-missing and sorted alphabetically (indepdendent of missingness), so
we should always see non-missing values in the first 1000 lines.
[fb-package] Create script to combine contingency tables by group over all dates
Change max age of google-symptoms to 6 days
Fix bad field spelling on sircal log
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

Successfully merging this pull request may close these issues.

4 participants