evalml.utils.
is_all_numeric
Checks if the given DataTable contains only numeric values
dt (ww.DataTable) – The DataTable to check data types of.
True if all the DataTable columns are numeric and are not missing any values, False otherwise.