Replies: 1 comment
-
Happily I found out |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Really would like to try Modin, but my first steps have been shaky. I want to read in 1M json rows spread over several files. I quickly learn that Modin does not support
read_json
, nor does it support Pandas'from_records
. Can someone recommend a good way of actually getting all this json data into a Modin df?Beta Was this translation helpful? Give feedback.
All reactions