You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "lidavidm (via GitHub)" <gi...@apache.org> on 2023/05/18 12:53:07 UTC

[GitHub] [arrow] lidavidm commented on issue #35664: Is there any demo that use pandas and Flight SQL to access database?

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org