JSON Decode Errors #20517
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
I can't share the data sadly so I don't know how helpful this will be but has something changed that I'm missing?
I'm trying to load in this json data in a column of the dataframe so I can explode it and turn all the keys of a specific section into columns of the dataframe. Some versions of Polars this seems to work without issue but others it fails every time.
Log output
Issue description
I'm getting a json decode error from this line
If I forcefully install polars 1.5 this works without issue but if I use 1.18 I get this error, it also worked previously without any issues until I did a new polars install about a month ago.
Expected behavior
Decode the json data
Installed versions
Non-Working Version
Working Version
The text was updated successfully, but these errors were encountered: