Skip to content

Commit

Permalink
bad
Browse files Browse the repository at this point in the history
  • Loading branch information
deanm0000 committed Aug 1, 2024
1 parent 8f118ae commit f797b3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/python/user-guide/expressions/aggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ 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 f797b3d

Please sign in to comment.