-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for polars #20
Comments
Oh this is an interesting one! |
How exactly would you want to use it though? It still would have to be downloaded from somewhere, right? |
I'm thinking something like:
After looking at the paginated_rest_datasource, I think I can use the TableDataProvider to use a DataFrame. That said, I think polars would be a good synergy for if/when grouping is a feature that you'd support. As a tangent, is there any way to have dynamically defined (not just types but the existence of) columns or can it only ever work with what's hard codes in a struct? |
I haven't tried to use it dynamically yet as this is not (yet?) the premise of this crate. But it could be possible if you implement If get sth to work feel free to make a PR for a new example. Would be cool and could server as a basis for future development. Grouping is certainly on the roadmap but probably not very soon. |
I think there's a really good synergy between display data tables and polars. Polars gives access to cloud data and to group by aggregations to only mention a few benefits.
Polars would be a good source especially for virtualized tables as they have lazy evaluation too.
The text was updated successfully, but these errors were encountered: