This function tests a column to see if it should be numeric
num_test(col)
col
any column in a dataframe
Returns boolean TRUE if column should be numeric, FALSE if not
test <- num_test(test_df$power)