I want to open a csv file (saved from openoffice calc) in weka.
I keep getting an error: \"wrong number of values. 140 read, 139 expected on line 3.\"
The c
I had the same error.!!!! I found the solution.
Just remove all the double-quote, single-quote from the .csv, .xls file.
i,e for eg. under the Name column if the value is "john" it throws an error. Make it to john by removing the quotes.
To remove all the quotes, go to the excel file FInd and replace box.
Find what - "
Replace with - (empty space)