rapidsai / dask-cudf

[ARCHIVED] Dask support for distributed GDF object --> Moved to cudf
https://github.com/rapidsai/cudf
Apache License 2.0
136 stars 58 forks source link

Address groupby test failures #290

Closed shwina closed 5 years ago

shwina commented 5 years ago

Modifications to tests to "fix" the following groupby failures:

  1. groupby.count() returns a column with int64 dtype while Pandas returns int32
  2. cuDF sometimes returns a DataFrame instead of a Series after groupby