Skip to content

Support polars dataframe #1124

@rambip

Description

@rambip

Most visualization libraries have support for polars. It's the case for example for vega altair, which allows to have the same declarative style for dataframe computation and visualization.

Describe the solution you'd like
edges should allow pl.Dataframe inputs. Internally it would be translated to pyarrow for example (polars supports a ton of formats)

Describe alternatives you've considered
I tried to instantiate my graph from a pyarrow table directly, but it did not work

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions