Currently
|
implementation = Implementation.from_backend(backend) |
|
native_namespace = implementation.to_native_namespace() |
|
native_frame: NativeDataFrame | NativeLazyFrame |
would end up just raising
E AssertionError: Cannot return native namespace from UNKNOWN Implementation
src/narwhals/_utils.py:412: AssertionError
Currently
narwhals/src/narwhals/functions.py
Lines 761 to 763 in a7cf3da
would end up just raising