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 think the issue is primarily how we handle NA's in some of the summary stats that we include: count and hist. We could probably add some simple updates to check if all the data is NA, and if so, have them return NA_character_ too. How does that sound?
Recently I came across a situation where all of the values of some variables were classed NA. In this case skimr
I think the base columns are okay (n_missing, complte_rate) but probably we should not do the other statistics.
@michaelquinn32 thoughts?
The text was updated successfully, but these errors were encountered: