Numbers of columns of arguments do not match

NAW123 16 Reputation points
2022-06-30T23:42:10.313+00:00

I input data from a zip file that contains 10 cvs files with equals columns that I checked on excel that range from A-T.

When I run it, it says: numbers of columns of arguments do not match

Don't know what can I do to check/correct it.

Here's the log:

[Stop] DllModuleMethod::Execute. Duration = 00:07:15.6892939
[Critical] Error: Error 0063: The following error occurred during evaluation of R script:

----------
Start of error message from R ----------
numbers of columns of arguments do not match

numbers of columns of arguments do not match

-----------
End of error message from R -----------
[Critical] {"InputParameters":{"Generic":{"bundlePath":"..\..\Script Bundle\Script Bundle.zip","rLibVersion":"R344"},"Unknown":["Key: rStreamReader, ValueType : System.IO.StreamReader"]},"OutputParameters":[],"ModuleType":"LanguageWorker","ModuleVersion":" Version=6.0.0.0","AdditionalModuleInfo":"LanguageWorker, Version=6.0.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca;Microsoft.MetaAnalytics.LanguageWorker.LanguageWorkerClientRS;RunRSNR","Errors":"Microsoft.Analytics.Exceptions.ErrorMapping+ModuleException: Error 0063: The following error occurred during evaluation of R script:\r\n---------- Start of error message from R ----------\r\nnumbers of columns of arguments do not match\r\n\r\n\r\nnumbers of columns of arguments do not match\r\n----------- End of error message from R -----------\r\n at Microsoft.Analytics.Exceptions.ErrorMapping.Throw(ExceptionID id, Object[] arguments)\r\n at Microsoft.MetaAnalytics.LanguageWorker.LanguageWorkerClientRS.ExecuteR(NewRWorker worker, DataTable dataset1, DataTable dataset2, IEnumerable1 bundlePath, StreamReader rStreamReader, Nullable1 seed) in m:\AzureMLVS15-004\_work\117\s\Product\Source\Modules\LanguageWorker\LanguageWorker.Dll\EntryPoints\RModule.cs:line 284\r\n at Microsoft.MetaAnalytics.LanguageWorker.LanguageWorkerClientRS._RunImpl(NewRWorker worker, DataTable dataset1, DataTable dataset2, String bundlePath, StreamReader rStreamReader, Nullable1 seed, ExecuteRScriptExternalResource source, String url, ExecuteRScriptGitHubRepositoryType githubRepoType, SecureString accountToken) in m:\\AzureMLVS15-004\\_work\\117\\s\\Product\\Source\\Modules\\LanguageWorker\\LanguageWorker.Dll\\EntryPoints\\RModule.cs:line 208\r\n at Microsoft.MetaAnalytics.LanguageWorker.LanguageWorkerClientRS.RunRSNR(DataTable dataset1, DataTable dataset2, String bundlePath, StreamReader rStreamReader, Nullable1 seed, ExecuteRScriptRVersion rLibVersion) in m:\AzureMLVS15-004\_work\117\s\Product\Source\Modules\LanguageWorker\LanguageWorker.Dll\EntryPoints\REntryPoint.cs:line 97","Warnings":[],"Duration":"00:07:15.5925361"}
Module finished after a runtime of 00:07:16.8387443 with exit code -2
Module failed due to negative exit code of -2

Thanks,
N.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
{count} votes