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 63627a2 commit 2630ddcCopy full SHA for 2630ddc
narwhals/_dask/expr.py
@@ -450,16 +450,6 @@ def clip(
450
returns_scalar=False,
451
)
452
453
- def head(self) -> NoReturn:
454
- # We can't (yet?) allow methods which modify the index
455
- msg = "`Expr.head` is not supported for the Dask backend. Please use `LazyFrame.head` instead."
456
- raise NotImplementedError(msg)
457
-
458
- def tail(self) -> NoReturn:
459
460
- msg = "`Expr.tail` is not supported for the Dask backend. Please use `LazyFrame.tail` instead."
461
462
463
@property
464
def str(self: Self) -> DaskExprStringNamespace:
465
return DaskExprStringNamespace(self)
0 commit comments