Kanaries / pygwalker

PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis
https://kanaries.net/pygwalker
Apache License 2.0
10.7k stars 545 forks source link

[DEV-1122] [feature proposal] Add native support for pandas API #573

Open ObservedObserver opened 4 weeks ago

ObservedObserver commented 4 weeks ago

For now, pygwalker kernel computation uses sql + duckdb for data queries. Another approach might be using the native pandas API for all those computations. Benefits of this implementation include:

It would be even better for the community if developers could customize their own query engines.

DEV-1122