apache / datafusion-python

Apache DataFusion Python Bindings
https://datafusion.apache.org/python
Apache License 2.0
321 stars 63 forks source link

I would like to be able to use PyDataFrame from other projects #581

Closed andygrove closed 4 months ago

andygrove commented 4 months ago

Is your feature request related to a problem or challenge? Please describe what you are trying to do. I am working on PyBallista and I would like to be able to use the PyDataFrame struct rather than duplicate all of the logic, but PyDataFrame is currently private.

Describe the solution you'd like Make it public.

Describe alternatives you've considered

Additional context