The tibble returned contains the columns:
col_name: column names of df.
cnt: number of NA values per column.
pcnt: percentage of records that are NA.
For grouped data frames the group key columns appear first, followed by
col_name, cnt, and pcnt. Rows are sorted by group keys (ascending)
then by cnt (descending) within each group.