Error 0045
Updated: July 19, 2016
Error 0045
Exception occurs when it is not possible to create a column because of mixed element types in the source.
This error in Azure Machine Learning is produced when the element types of two datasets being combined are different.
Ensure that all values in a given column in both datasets being combined are of the same type (numeric, Boolean, categorical, string, date, etc.).
Exception Messages |
|---|
Cannot create column with mixed element types. |
Cannot create column with id "{0}" of mixed element types:\n\tType of data[{1}, {0}] is {2}\n\tType of data[{3}, {0}] is {4}. |
Tip |
|---|
|
Need more help or troubleshooting tips for Azure Machine Learning? Try these resources: |
Show:
