5 ms·
I use them both depending on which feels more natural for the task, often within the same project. The interop is easy and very high performance thanks to Apac
by erikcw 8mo ago
I use them both depending on which feels more natural for the task, often within the same project. The interop is easy and very high performance thanks to Apache Arrow: `df = duckdb.sql(sql).pl()` and `result = duckdb.sql("SELECT * FROM df")`.