Skip to content

fetch_tbl() warning from vroom sometimes (when NA's are present?) #106

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

Closed
dsweber2 opened this issue May 17, 2023 · 0 comments · Fixed by #99
Closed

fetch_tbl() warning from vroom sometimes (when NA's are present?) #106

dsweber2 opened this issue May 17, 2023 · 0 comments · Fixed by #99
Assignees
Labels
P1 medium priority triage Should assign/revisit priority level, other tags

Comments

@dsweber2
Copy link
Contributor

dsweber2 commented May 17, 2023

covid_hosp_state_timeseries(states = "MA", dates = "20200510") %>% fetch_tbl()

## Warning: One or more parsing issues, call `problems()` on your data frame for details,
## e.g.:
##   dat <- vroom(...)
##   problems(dat)

There are a number of calls where this happens, it appears to be NA's, not exactly sure. Will document more examples soon

cm <- covidcast_meta() %>%
  fetch_tbl()
fluview_meta() %>% fetch_tbl()
@dsweber2 dsweber2 added the triage Should assign/revisit priority level, other tags label May 17, 2023
@dsweber2 dsweber2 self-assigned this May 17, 2023
@dsweber2 dsweber2 added the P1 medium priority label May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 medium priority triage Should assign/revisit priority level, other tags
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants