Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
When a column accidentally changes type in a JSON file (which is not supported), it would be nice to get the column name that gives this problem in the error message.
—
I am trying to parse a simple json file. While doing so, am getting the error JSON parse error: A column changed from string to number
from pyarrow import json r = json.read_json('dummy.jl')
Attachments
Attachments
Issue Links
- links to