I’m surely missing something here, but this produces an error:
h = ['machine', 'a1', 'a2']
l = [['NH TRACK', 0, 2.216666666666667], ['NH CR8.90 ', 4.675, 0], ['NH CR7.90', 2.6083333333333334, 0]]
d = system.dataset.toDataSet(h, l)
The error is:
jvm 1 | Caused by: org.python.core.PyException: Traceback (most recent call last):
jvm 1 | File "<function:updateData>", line 7, in updateData
jvm 1 | TypeError: Unable to convert row 1, column 1 to type class java.lang.Integer
Isn’t it possible to have floating point values in a dataset?