Learn Python and AI for free! One week only. No credit card needed.
Ends in:
Calculate the percentage of cases (rows) that contain a missing or complete value.
pct_miss_case(data)pct_complete_case(data)
a dataframe
numeric the percentage of cases that contain a missing or complete value
pct_miss_case()
prop_miss_case()
pct_miss_var()
prop_miss_var()
pct_complete_case()
prop_complete_case()
pct_complete_var()
prop_complete_var()
miss_prop_summary()
miss_case_summary()
miss_case_table()
miss_summary()
miss_var_prop()
miss_var_run()
miss_var_span()
miss_var_summary()
miss_var_table()
# NOT RUN {
pct_miss_case(airquality)
pct_complete_case(airquality)
# }
Run the code above in your browser using DataLab