dt_percent_not_na: Return the percentage of non-NA instances in a data.table column
Description
This function takes a data.table and a quoted column name and
returns the percentage of the data in the column that is not
NA.
The percent is out of 100 and contains up to two decimal places