Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka committed Oct 4, 2024
1 parent 62894cf commit 0139a6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daft/expressions/expressions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2922,7 +2922,6 @@ def join(self, delimiter: str | Expression) -> Expression:
delimiter_expr = Expression._to_expression(delimiter)
return Expression._from_pyexpr(native.list_join(self._expr, delimiter_expr._expr))

# todo: do we want type to be a Map expression? how should we do this?
def value_counts(self) -> Expression:
"""Counts the occurrences of each unique value in the list.
Expand Down

0 comments on commit 0139a6b

Please sign in to comment.