Error 0027
Updated: July 19, 2016
Error 0027
Exception occurs in case when two objects have to be of the same size but are not.
This is an extremely common error in Azure Machine Learning and can be caused by many conditions.
There is no specific resolution. However, you can check for conditions such as the following:
If you are renaming columns, make sure that each list (the input columns and the list of new names) has the same number of items.
If you are joining or concatenating two datasets, make sure they have the same schema.
If you are joining two datsets that have multiple columns, make sure that the key columns have the same data type, and select the option Allow duplicates and preserve column order in selection.
Exception Messages |
|---|
The size of passed objects is inconsistent. |
The size of "{0}" is inconsistent with size of "{1}". |
Tip |
|---|
|
Need more help or troubleshooting tips for Azure Machine Learning? Try these resources: |
