Skip to content

[FEA] Support constructing pylibcudf.Column with objects implementing __arrow_c_stream__ #18573

Closed
@mroeschke

Description

@mroeschke

Is your feature request related to a problem? Please describe.
The LiteralColumn expression in cudf_polars currently holds a pyarrow.Array (by converting a polars.Series) as it value. In order to support removing pyarrow as a dependency in cudf_polars, #18534, we should ideally just hold the polars.Series value and convert it to a pylibcudf.Column when needed

In order to do this conversion, pylibcudf.Column will need to accept objects exposing __arrow_c_stream__ following from #18402,

Metadata

Metadata

Assignees

Labels

feature requestNew feature or requestpylibcudfIssues specific to the pylibcudf package

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions