Are the plans to use duckdb as an alternative backend?
I'm using both polars and duckdb in Python and find myself constantly preferring duckdb where possible. Less errors, less data types issues when reading multiple files, faster, deals the out of memory case with grace.
Are the plans to use duckdb as an alternative backend?
I'm using both polars and duckdb in Python and find myself constantly preferring duckdb where possible. Less errors, less data types issues when reading multiple files, faster, deals the out of memory case with grace.
Thanks