Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
deanm0000 committed Aug 1, 2024
1 parent f797b3d commit 8356e9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/src/python/user-guide/expressions/aggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ def get_person() -> pl.Expr:
return pl.col("first_name") + pl.lit(" ") + pl.col("last_name")


g

q = (
dataset.lazy()
.sort("birthday", descending=True)
Expand Down

0 comments on commit 8356e9e

Please sign in to comment.