Hi
Are there any plans to support the read_database or something similar in the polars_backend to make it possible to create a dataframe from for example kùzu
We are exploring this via the adbc project: https://github.com/elixir-explorer/adbc - so as new databases support via adbc, it should work just with explorer.
Hi Are there any plans to support the read_database or something similar in the polars_backend to make it possible to create a dataframe from for example kùzu
There seems to be ongoing work to be able to zero copy create a frame from kùzu to polars: https://github.com/pola-rs/polars/pull/14822
It might be the case that it is the wrong level of abstraction to support it in Explorer?