amunra commented on issue #35531:
URL: https://github.com/apache/arrow/issues/35531#issuecomment-1738795179

   Good idea! This API should be public. There should also be an equivalent 
APIs to do the mirror opposite: C ptr to pyarrow. 
   
   `py-questdb-client` uses the C API to iterate through Pandas dataframe 
quickly. We want to support a wide range of versions for maximum compatibility. 
In other words, we rely on duck-typing rather than relying on specific 
dependency versions.
   
   That said:
   
   There ought to be documentation on how to support both APIs (via duck 
typing) and any differences between them. E.g. What is a PyCapsule?
   
   Nice efforts! 


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