Skip to content

Commit a50306f

Browse files
authored
Merge pull request #103 from henryharbeck/window
Add `Window Functions` in Polars notebook
2 parents 88e688e + ce78bc9 commit a50306f

File tree

2 files changed

+539
-2
lines changed

2 files changed

+539
-2
lines changed

polars/12_aggregations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import marimo
1010

11-
__generated_with = "0.11.14"
11+
__generated_with = "0.12.9"
1212
app = marimo.App(width="medium")
1313

1414

@@ -208,7 +208,7 @@ def _(mo):
208208
r"""
209209
We had more sales in 2014.
210210
211-
Now let's perform the above operation by groupin with time. This requires sorting the dataframe first.
211+
Now let's perform the above operation by grouping with time. This requires sorting the dataframe first.
212212
"""
213213
)
214214
return

0 commit comments

Comments
 (0)