We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CompliantNamespace.from_native
1 parent 449cba2 commit ec5f496Copy full SHA for ec5f496
narwhals/_compliant/namespace.py
@@ -113,6 +113,8 @@ def concat_str(
113
@property
114
def selectors(self) -> CompliantSelectorNamespace[Any, Any]: ...
115
def coalesce(self, *exprs: CompliantExprT) -> CompliantExprT: ...
116
+ # NOTE: typing this accurately requires 2x more `TypeVar`s
117
+ def from_native(self, data: Any, /) -> Any: ...
118
119
120
class DepthTrackingNamespace(
0 commit comments