-
Notifications
You must be signed in to change notification settings - Fork 655
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
Request to implement read_json function #554
Comments
To add: even though #715 adds
I would like to see the ability to read JSON strings too, or at least allow some kind or workaround using
...results in this error:
The only workaround I've found is to load with regular pandas, then convert the dataframe to Modin:
|
Thanks @hamx0r, this is a bug, would you be okay to open a bug report for the issue you described so we do not lose track of this? New features and bugs are tracked differently and have different development timeframes. We can fix this much sooner than we can implement all of |
Done! I wrote up #1379. I'm just getting into modin and appreciate all the hard work! |
I think |
🤖 This is a bot message 🤖
[email protected] has been sent an email requesting parallel implementation for
read_json
.Note: Issues are created only once per method.
The text was updated successfully, but these errors were encountered: