philippjfr / panel-graphic-walker

A project providing a Graphic Walker Pane for use with HoloViz Panel.
2 stars 1 forks source link

Support modern data backends #10

Open MarcSkovMadsen opened 1 day ago

MarcSkovMadsen commented 1 day ago

A part of the vision statement is to support modern databackends.

For me the important ones would be Pandas, Polars, DuckDB, Postgres and MS SQL.

Here is what PygWalker supports https://github.com/Kanaries/pygwalker/tree/main/pygwalker/data_parsers

image

Maybe it could be possible to do this using Narwhals or Ibis.