Error when loading

#1
by ptah23 - opened

I am getting error when loading this dataset
ValueError: Couldn't cast
client_id: string
path: string
sentence: string
up_votes: int64
down_votes: int64
age: string
gender: string
accent: string
locale: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1276
to
{'client_id': Value(dtype='string', id=None), 'path': Value(dtype='string', id=None), 'sentence': Value(dtype='string', id=None), 'up_votes': Value(dtype='int64', id=None), 'down_votes': Value(dtype='int64', id=None), 'age': Value(dtype='string', id=None), 'gender': Value(dtype='string', id=None), 'accent': Value(dtype='string', id=None), 'locale': Value(dtype='string', id=None), 'segment': Value(dtype='float64', id=None)}
because column names don't match

Sign up or log in to comment