Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion narwhals_daft/expr_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

import daft.functions as F
from daft import lit
from narwhals._compliant.any_namespace import ListNamespace
from narwhals._utils import not_implemented
from narwhals.compliant import ListNamespace

if TYPE_CHECKING:
from daft import Expression
Expand Down
2 changes: 2 additions & 0 deletions narwhals_daft/expr_str.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,5 @@ def replace_all(self, value: DaftExpr, pattern: str, *, literal: bool) -> DaftEx
contains = not_implemented()
to_datetime = not_implemented()
zfill = not_implemented()
pad_start = not_implemented()
pad_end = not_implemented()