Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] Support for boolean data-type in cudf/python #705

Closed
randerzander opened this issue Jan 16, 2019 · 1 comment
Closed

[FEA] Support for boolean data-type in cudf/python #705

randerzander opened this issue Jan 16, 2019 · 1 comment
Labels
feature request New feature or request

Comments

@randerzander
Copy link
Contributor

Support bool Series data type

Related to #667. I'm creating this as a separate issue to let cudf/cpp and cudf/python work proceed separately. @kkraus14 feel free to close if you prefer them in a single issue/pr

@randerzander randerzander added feature request New feature or request Needs Triage Need team to review and classify and removed Needs Triage Need team to review and classify labels Jan 16, 2019
@beckernick
Copy link
Member

@randerzander it looks to me like this has been completed. We have a mapping of np.bool_: GDF_BOOL8 in the cudf_cpp Cython file, and can create Boolean columns in the Python layer. Closing this for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants