Skip to content

[BUG] Dividing dataframes of different dtypes fails #1105

Description

@mrocklin
import cudf
a = cudf.DataFrame({'x': [1., 1.], 'y': [1, 1]})
b = cudf.DataFrame({'x': [1, 1], 'y': [1, 1]})
a / b

I suspect that this is just waiting on the jitify changes from @devavret , but thought I'd report it anyway

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    PythonAffects Python cuDF API.bugSomething isn't workinglibcudfAffects libcudf (C++/CUDA) code.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions