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

Values are character type, which leads to axis problems when plotting #4

Open
ThomUK opened this issue Oct 28, 2021 · 0 comments
Open

Comments

@ThomUK
Copy link
Owner

ThomUK commented Oct 28, 2021

Change the values column to numeric.
Currently the column is character type because it also contains details of why a value is missing (eg. Low DQ, No submission, etc).
To solve:

  • Change the value column to numeric, with NAs where necessary. Avoid coercing and resulting NA from type coercion warning. Add tests to verify no data is lost?
  • Create a new column to store the reasons for NA in the value column.
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

1 participant