Alex-Monahan opened a new issue #8054: URL: https://github.com/apache/arrow/issues/8054
I made a JIRA Wish/Issue here, but I wasn't sure if I used the correct format: https://issues.apache.org/jira/browse/ARROW-9860 Essentially, I am looking for the fastest way to send large data sets from a Python Web Server to the browser. I have my data in a Pandas dataframe, and I believe that Arrow would be the best way to send it. Is there a way to use Arrow Flight to send this data to JS running in the browser? If not, what is the fastest way to send Arrow data to the browser today? Today I am using a BufferOutputStream. Thanks! -Alex ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
