Disclaimer: Not ibis-substrait dev here

ibis-substrait has a "decompiler";
https://github.com/ibis-project/ibis-substrait/blob/main/ibis_substrait/tests/compiler/test_decompiler.py
that takes substrait and returns ibis expression, then you can run ibis
expression with ibis's pandas backend:
https://github.com/ibis-project/ibis/tree/master/ibis/backends/pandas


On Thu, Oct 6, 2022 at 2:37 PM Niranda Perera <niranda.per...@gmail.com>
wrote:

> Hi all,
>
> I was wondering if there is a pandas backend for substrait?
> Is there any other backend we could play around with?
>
> Best
> --
> Niranda Perera
> https://niranda.dev/
> @n1r44 <https://twitter.com/N1R44>
>

Reply via email to