Open pitrou opened 1 year ago
I'd like to give this a shot if possible? I've been working on it a bit over the holidays following the commit that added the streaming csv reader python bindings.
@akshaysu12 Yes, please do!
@pitrou sorry for the delay! I added a Draft PR here: https://github.com/apache/arrow/pull/33761
It's missing documentation but I was hoping to get a look to make sure I'm going about this the right way since I'm new to the project.
Thanks @akshaysu12 for notifying me! I've cc'ed the relevant people on your PR.
Describe the enhancement requested
https://github.com/apache/arrow/pull/14355 added a JSON streaming reader on the C++ side. We should expose a Python binding to it, like we did for CSV.
Component(s)
Python