dask / dask-expr

BSD 3-Clause "New" or "Revised" License
79 stars 18 forks source link

Add cudf support to ``to_datetime`` and ``_maybe_from_pandas`` #1035

Closed rjzamora closed 2 months ago

rjzamora commented 2 months ago

Related to https://github.com/dask/dask/pull/11060

The current implementations of to_datetime and _maybe_from_pandas only work for pandas (not for cudf). This PR generalizes the logic a bit to unblock query-planning test coverage in gpuCI.

phofl commented 2 months ago

thx