ion-elgreco opened a new pull request, #917:
URL: https://github.com/apache/datafusion-python/pull/917

   @timsaucer we could probably drop the rust code for from_pandas and 
from_polars and keep those in Python as aliases but just call from_arrow or 
even drop them. The only thing is we will have to add minimum dependencies 
since they recently added arrow_c_stream support. For polars that would be 
v1.3. For pandas I would have to check.
   
   # Rationale for this change
   - better type hint than `Any`
   
   # What changes are included in this PR?
   - adds type hints for types that have arrow_c_stream
   - 
   # Are there any user-facing changes?
   None


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to