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