Seems the dataset is broken
#2
by
cute149q
- opened
When I try to load the dataset, there is an error happened.
An error occurred while generating the dataset
ValueError: Couldn't cast
text: string
is_toxic: int64
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 484
to
{'text': Value(dtype='string', id=None), 'is_toxic': Value(dtype='int64', id=None), 'lang': Value(dtype='string', id=None)}
because column names don't match
FredZhang7
changed discussion status to
closed