pandas2 icon indicating copy to clipboard operation
pandas2 copied to clipboard

high performance JSON & NDJson parser

Open jreback opened this issue 7 years ago • 1 comments

xref https://github.com/pandas-dev/pandas/issues/9180.

should be able to slot this in as a substitue for pd.read_json before pandas2.

jreback avatar Apr 04 '17 00:04 jreback

We have developed a parallel line-delimited JSON reader in Apache Arrow, see

https://github.com/apache/arrow/blob/master/python/pyarrow/_json.pyx

wesm avatar May 29 '19 12:05 wesm