Conversation
mrocklin
left a comment
There was a problem hiding this comment.
This works already with the upstream changes I take it?
|
I'm seeing something odd with dtype handling in dask-cudf and not cudf. |
|
You would want to track the |
|
I think i've got it in cudf from exactly where you said. In the If I amend as_index to use: the correct index is used but I get assertion failures in the as_column calls in the Series constructor. |
|
If not targeted for v0.6 release please change the base to |
|
rerun tests |
Looks like we have a cudf bug in handling empty columns where it's casting them to |
|
rerun tests |
adds a test for https://github.com/rapidsai/dask-cudf/issues/129