Deprecate native_namespace
in favour of backend
in IO functions
#1888
Labels
native_namespace
in favour of backend
in IO functions
#1888
native_namespace
is annoyingly long, and retrieving native namespaces can be tediousI think
from_dict
(and other IO functions) could have abackend: ModuleType | Implementation | EagerBackend
argument, so all of the following could be supported:EagerBackend
could beLiteral['pandas', 'polars', 'pyarrow']
The text was updated successfully, but these errors were encountered: