dask / dask-expr

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

Generalize ``get_dummies`` #1053

Closed rjzamora closed 2 months ago

rjzamora commented 2 months ago
phofl commented 2 months ago

I suppose we can't add a test here?

rjzamora commented 2 months ago

I suppose we can't add a test here?

This is a good question. I updated the test to work with both pandas and cudf.

Not sure if we want to add test coverage for the parameters?

phofl commented 2 months ago

I think that's fine, it would be covered by the gpu ci, correct?

phofl commented 2 months ago

thx

rjzamora commented 2 months ago

it would be covered by the gpu ci, correct?

I'm working on this :)