Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(python,rust): Make read_json accept empty list input and return empty df #18594

Closed
wants to merge 54 commits into from

Conversation

deanm0000
Copy link
Collaborator

fixes #7355

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Sep 6, 2024
@deanm0000 deanm0000 marked this pull request as draft September 6, 2024 21:34
@deanm0000
Copy link
Collaborator Author

I put this in draft b/c I've got a bit in the testing b/c I wanted to see more info from the failed test but those changes shouldn't persist.

ritchie46 and others added 29 commits September 9, 2024 10:28
@deanm0000 deanm0000 closed this Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

polars.read_json fails when reading empty list from json response