panel-extensions / panel-graphic-walker

A project providing a Graphic Walker Pane for use with HoloViz Panel.
https://github.com/panel-extensions/panel-graphic-walker
MIT License
32 stars 3 forks source link

Support modern data backends #10

Open MarcSkovMadsen opened 1 month ago

MarcSkovMadsen commented 1 month 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.