Open coenraadwestbroek opened 6 years ago
I already solved my own problem, I have attached the code to import an xlsx file.
Thanks for reporting it here, and glad you figured it out!
We should add a Dataset.from_excel
function that does this though -- I'll leave the issue open as a reminder.
I tried to import an xlsx. file, but that did not work. I used the following line: dataset = Dataset.from_excel('glass.xlsx') Please explain me what I did wrong. Thanks!