You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LazyBackend could be Literal['polars', 'dask', 'duckdb', 'pyspark']. There may be some combinations of eager to lazy backends on which we'd have to raise, but in most cases we can probably manage by going via PyArrow
Similar to #1888
I think
lazy
could have abackend: ModuleType | Implementation | LazyBackend
argument, so all of the following could be supported:LazyBackend
could beLiteral['polars', 'dask', 'duckdb', 'pyspark']
. There may be some combinations of eager to lazy backends on which we'd have to raise, but in most cases we can probably manage by going via PyArrowUltimately, I think
would be pretty ergonomic and useful
The text was updated successfully, but these errors were encountered: