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
I'd expect that parse_guess would first remove NA strings prior to guessing the type. Otherwise anything with an NA encoded as a string (rather than _NA_character) would not be guessed correctly, as guess_parser does not filter NA strings.
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/
lockbot
locked and limited conversation to collaborators
Apr 18, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'd expect that
parse_guess
would first remove NA strings prior to guessing the type. Otherwise anything with an NA encoded as a string (rather than_NA_character
) would not be guessed correctly, asguess_parser
does not filter NA strings.Notice that it is converting the
"NA"
toNA
, but not prior to parsing.The text was updated successfully, but these errors were encountered: