Spaces:
Running
Running
Henry Harbeck
commited on
Commit
·
c080865
1
Parent(s):
926e69f
typo
Browse files
polars/12_aggregations.py
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
|
9 |
import marimo
|
10 |
|
11 |
-
__generated_with = "0.
|
12 |
app = marimo.App(width="medium")
|
13 |
|
14 |
|
@@ -208,7 +208,7 @@ def _(mo):
|
|
208 |
r"""
|
209 |
We had more sales in 2014.
|
210 |
|
211 |
-
Now let's perform the above operation by
|
212 |
"""
|
213 |
)
|
214 |
return
|
|
|
8 |
|
9 |
import marimo
|
10 |
|
11 |
+
__generated_with = "0.12.9"
|
12 |
app = marimo.App(width="medium")
|
13 |
|
14 |
|
|
|
208 |
r"""
|
209 |
We had more sales in 2014.
|
210 |
|
211 |
+
Now let's perform the above operation by grouping with time. This requires sorting the dataframe first.
|
212 |
"""
|
213 |
)
|
214 |
return
|