timsaucer commented on issue #581:
URL: 
https://github.com/apache/datafusion-python/issues/581#issuecomment-2944981399

   Can you give me a little more context about what you're trying to 
accomplish? There is some discussion on this page about the difficulties with 
sharing data between python and rust when using multiple libraries:
   
   https://datafusion.apache.org/python/contributor-guide/ffi.html
   
   Depending on your use case, it may be easiest to convert your DataFrame into 
a logical plan or SQL statement and pass that over to the rust code. Again, 
it's hard to give much more guidance without understanding a little more about 
what you're trying to accomplish with it.


-- 
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-unsubscr...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to