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 also encountered with that error. My csv file contains floating numbers. I have solved that problem by replacing "," with "." .