AE framework doesn't support bool and date types for the output column types
Opened this issue · 1 comments
vinay-kasireddy commented
AE framework doesn't support bool and date types for the output column types
vinay-kasireddy commented
The base C language based AE framework seems to have support for bool and other data types but the swig framework (interface between c,c++ and python) generated code doesn't seem to have the necessary functions. As a result, the 'bool' or 'date' datatypes for Python AE output columns are generating errors. As a workaround, str for date and int for bool types are being used.