You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Test and switch to different high-performance dataframe library, like modin, polars.
It would be even better for the community if developers could customize their own query engines.
The text was updated successfully, but these errors were encountered:
ObservedObserver
changed the title
[feature proposal] Add native support for pandas API
[DEV-1122] [feature proposal] Add native support for pandas API
Jun 12, 2024
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
The text was updated successfully, but these errors were encountered: