evalml.utils.is_all_numeric

evalml.utils.is_all_numeric(df)[source]

Checks if the given DataFrame contains only numeric values

Parameters

df (pd.DataFrame) – The DataFrame to check data types of.

Returns

True if all the columns are numeric and are not missing any values, False otherwise.