Skip to content

Cannot display polars DataFrame without pyarrow installed #324

@gdementen

Description

@gdementen

It breaks because df.to_pandas() requires both Pandas and pyarrow to be installed (this is documented).

We should either not advertise support for those dataframes (they shouldn't appear in the variable list) in that case, or find a way around this.

Using :

df.to_dict(as_series=?)

will probably be the way to go to avoid using to_pandas.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions