Skip to content

Export to Pandas #249

@MarcoGorelli

Description

@MarcoGorelli

Say I have an object df which implements __arrow_c_stream__ (say, a Polars dataframe)

Currently, I can convert that to pandas by doing:

import pyarrow as pa

pa.table(df).to_pandas()

In this case, I would only be using PyArrow as a container, without needing all of its compute

Does arro3 provide a way to convert from Polars to pandas without having to go via PyArrow?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions