Error 0026
Updated: July 19, 2016
Error 0026
Exception occurs if columns with the same name is not allowed.
This error in Azure Machine Learning occurs if multiple columns have the same name. One way you may receive this error is if the dataset does not have a header row and column names are automatically assigned: Col0, Col1, etc.
If columns have same name, insert a Edit Metadata module between the input dataset and the module. Use the column selector in Edit Metadata to select columns to rename, typing the new names into the New column names textbox.
Exception Messages |
|---|
Equal column names are specified in arguments. Equal column names are not allowed by module. |
Equal column names in arguments "{0}" and "{1}" are not allowed. Please specify different names. |
Tip |
|---|
|
Need more help or troubleshooting tips for Azure Machine Learning? Try these resources: |
