dask-contrib / dask-sql

Distributed SQL Engine in Python using Dask
https://dask-sql.readthedocs.io/
MIT License
376 stars 71 forks source link

Avoid using the ``to/from_dask_dataframe`` dask-cudf API #1328

Closed rjzamora closed 2 months ago

rjzamora commented 2 months ago

Using this API is not compatible with dask-expr. See: https://github.com/rapidsai/cudf/pull/15592