Open mitar opened 5 years ago
I think this one is the same: https://www.openml.org/d/1414
I suspect it is because of the date
column type. Python API does not provide a way to read such datasets?
indeed. I think we'd be happy to take a PR.
What should be it converted to in Pandas DataFrame? A string column? Or something already parsed?
There's a stalled PR to add the date column: https://github.com/renatopp/liac-arff/pull/67
Trying to load this dataset using Python API
openml==0.10.1
, I get the following error:Python 3.6 on Linux.