1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
It seems to me that Canvas is complaining because some fields in your rows are not strings (i.e. not '123') but probably numbers (123).
Can you check that and sanitize the data if needed ?
Best,
Didier
Relevant content
asked 4 years ago
asked 2 years ago
asked 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago

There are only three columns : time_stamps, item_id which is strings, and demand which is number. All the data has been check and there are no numbers in the item_id field.