You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2018. It is now read-only.
One thing I run into a bunch is a blank field (most often with white space) used as missing. This is especially annoying with factors, which then creates a level for the blank space.
Currently, white space alone is not considered a NA_aliases (see here).
Should test_na and fix_na be updated to treat white space as missing, or perhaps should there be a new function that tests for empty levels or blank fields and the fix modifies to NA?
One thing I run into a bunch is a blank field (most often with white space) used as missing. This is especially annoying with factors, which then creates a level for the blank space.
Currently, white space alone is not considered a
NA_aliases(see here).Should
test_naandfix_nabe updated to treat white space as missing, or perhaps should there be a new function that tests for empty levels or blank fields and the fix modifies toNA?I'm happy to contribute to implement either.