You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using this snippet to load and explode JSON objects with polars.
My question: Is there a better way to load my desired data format without the explode call?
That's asking to ignore the json schema, or at least interpret it differently, which is not something I am keen on. What's wrong with exploding the data? I don't think compute shouldn't be pushed down in the readers (at least kept to a minimum)..
Description
I am currently using this snippet to load and explode JSON objects with polars.
My question: Is there a better way to load my desired data format without the explode call?
The text was updated successfully, but these errors were encountered: