We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44cb754 commit 6326446Copy full SHA for 6326446
narwhals/_dask/expr.py
@@ -782,7 +782,7 @@ def filter(self: Self, *predicates: Any) -> Self:
782
expr = plx.all_horizontal(*predicates)
783
784
def func(df: DaskLazyFrame) -> list[Any]:
785
- if self._output_names is None:
+ if self._output_names is None: # pragma: no cover
786
msg = (
787
"Anonymous expressions are not supported in filter.\n"
788
"Instead of `nw.all()`, try using a named expression, such as "
0 commit comments