Skip to content

Commit

Permalink
extra new line
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Dec 6, 2024
1 parent 0cb4573 commit 72b2ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daft/expressions/expressions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2857,7 +2857,7 @@ def normalize(
Example:
>>> import daft
>>> df = daft.from_pydict({"x": ["hello world", "Hello, world!", "HELLO, \\nWORLD!!!!"]})
>>> df = daft.from_pydict({"x": ["hello world", "Hello, world!", "HELLO, \nWORLD!!!!"]})
>>> df = df.with_column(
... "normalized", df["x"].str.normalize(remove_punct=True, lowercase=True, white_space=True)
... )
Expand Down

0 comments on commit 72b2ef5

Please sign in to comment.