lidavidm commented on issue #35664:
URL: https://github.com/apache/arrow/issues/35664#issuecomment-1553007487

   Flight SQL will give you Arrow data, which you can cheaply (in some cases 
zero-copy) convert to and from Pandas DataFrames and NumPy arrays. 
   
   For Pandas specifically, I would like to eventually let Pandas' SQL APIs 
leverage ADBC (ADBC being a client-side API access layer, to complement Flight 
SQL being the client-server protocol): 
https://arrow.apache.org/adbc/0.4.0/python/quickstart.html
   
   Polars does this: 
https://pola-rs.github.io/polars-book/user-guide/io/database/


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to