Wrong number of values when importing csv in Weka

前端 未结 9 1313
灰色年华
灰色年华 2021-01-05 15:13

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

9条回答
  •  旧时难觅i
    2021-01-05 15:47

    I also encountered with that error. My csv file contains floating numbers. I have solved that problem by replacing "," with "." .

提交回复
热议问题