woodwork.accessor_utils.
is_schema_valid
Check if a schema is valid for initializing Woodwork on a dataframe
dataframe (DataFrame) – The dataframe against which to check the schema.
schema (ww.TableSchema) – The schema to use in the validity check.
Boolean indicating whether the schema is valid for the dataframe
boolean