[Bug fix] Pass ignore_index to dd_shuffle from DataFrame.shuffle#6247
[Bug fix] Pass ignore_index to dd_shuffle from DataFrame.shuffle#6247jcrist merged 2 commits intodask:masterfrom
Conversation
|
Sorry for missing this in the original PR @TomAugspurger |
|
LGTM. Is there a test that should be added that could have caught this bug? |
The "bug" shows up in cudf/dask_cudf, because |
|
Fine by me. Merging! |
|
Thanks @jcrist ! Note that your test question made me think a bit more about the differences between pandas- and cudf-backed DataFrame behavior here. It may make sense to explicitly drop the index when using |
Very trivial fix for (recently merged) #6066 - The
ignore_indexkeyword is not being passed properly.black dask/flake8 dask