ColumnSchema utils is_numeric
and is_categorical
only work if logical type is set
#1503
Labels
bug
Something isn't working
Currently the ColumnSchema utils
is_numeric
andis_categorical
only look at the logical type when determining if a column schema is numeric or categorical in nature. In Featuretools, we often set just a"numeric"
or"category"
semantic tag in a column schema with no logical type in order to have the column schema be more general. Currently, those situations returnFalse
when checkingis_numeric
andis_categorical
respectively.Ideally, Woodwork would recognize both of those as numeric and categorical as follows:
The text was updated successfully, but these errors were encountered: