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.
1 parent f87a629 commit d509fc9Copy full SHA for d509fc9
narwhals/_compliant/expr.py
@@ -575,7 +575,7 @@ def fill_null(
575
)
576
577
def is_in(self, other: Any) -> Self:
578
- return self._reuse_series_implementation("is_in", other="other")
+ return self._reuse_series_implementation("is_in", other=other)
579
580
def arg_true(self) -> Self:
581
return self._reuse_series_implementation("arg_true")
0 commit comments