apache / datafusion-python

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

Remove sql-on-pandas/polars/cudf examples #602

Closed andygrove closed 4 months ago

andygrove commented 4 months ago

Which issue does this PR close?

Closes https://github.com/apache/arrow-datafusion-python/issues/585 (sort of)

Rationale for this change

The examples for transpiling DataFusion query plans to run with other execution libraries, such as Polars, Pandas, and cuDF, have not been maintained and no longer work.

Given the lack of active maintainers, I propose that we remove these examples.

What changes are included in this PR?

Are there any user-facing changes?

andygrove commented 4 months ago

@jdye64 I'm guessing that you don't have time to maintain these examples either right now, but let me know if that is not the case.

jdye64 commented 4 months ago

Hey @andygrove yeah I just don't have the bandwidth for that now. I agree it is a good idea to remove those examples