Skip to content

Conversation

@mroeschke
Copy link
Contributor

Description

closes pola-rs/polars#26186

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

Add support for boolean to string casting in _handle_string_cast
by using from_booleans to convert True/False to "true"/"false",
matching Polars CPU behavior.

Closes pola-rs/polars#26186
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working cudf-polars Issues specific to cudf-polars non-breaking Non-breaking change Python Affects Python cuDF API.

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

An InvalidOperationError (Unsupported casting from <type_id.BOOL8: 11> to <type_id.STRING: 23> will occur when using pl.concat_str() and the GPU engine.

2 participants