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
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
edgesshould allowpl.Dataframeinputs. 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