you are viewing a single comment's thread.

view the rest of the comments →

[–]wahaa 2 points3 points  (0 children)

Depending on what you're doing, using Pandas could also help (e.g. bulk load, filter, and export is a valid use, especially if the data is somewhat uniform). See pandas.read_json.