R/profile_missing.r
profile_missing.Rd
Analyze missing value profile
profile_missing(data)
input data
missing value profile, such as frequency, percentage and suggested action.
plot_missing
profile_missing(airquality) #> feature num_missing pct_missing #> 1 Ozone 37 0.24183007 #> 2 Solar.R 7 0.04575163 #> 3 Wind 0 0.00000000 #> 4 Temp 0 0.00000000 #> 5 Month 0 0.00000000 #> 6 Day 0 0.00000000