Spaces:
Running
Running
hide code in cells
Browse filesSigned-off-by: Srihari Thyagarajan <hari.leo03@gmail.com>
polars/06_Dataframe_Transformer.py
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
|
13 |
import marimo
|
14 |
|
15 |
-
__generated_with = "0.14.
|
16 |
app = marimo.App(width="medium")
|
17 |
|
18 |
|
@@ -294,7 +294,7 @@ def _():
|
|
294 |
return mean_again_code, mean_code
|
295 |
|
296 |
|
297 |
-
@app.cell
|
298 |
def _(mean_again_code, mean_code, mo):
|
299 |
mo.accordion(
|
300 |
{
|
@@ -329,7 +329,7 @@ def _(demand_agg: "pl.DataFrame", mo, px):
|
|
329 |
return
|
330 |
|
331 |
|
332 |
-
@app.cell
|
333 |
def _(mo):
|
334 |
mo.md(
|
335 |
r"""
|
|
|
12 |
|
13 |
import marimo
|
14 |
|
15 |
+
__generated_with = "0.14.10"
|
16 |
app = marimo.App(width="medium")
|
17 |
|
18 |
|
|
|
294 |
return mean_again_code, mean_code
|
295 |
|
296 |
|
297 |
+
@app.cell(hide_code=True)
|
298 |
def _(mean_again_code, mean_code, mo):
|
299 |
mo.accordion(
|
300 |
{
|
|
|
329 |
return
|
330 |
|
331 |
|
332 |
+
@app.cell(hide_code=True)
|
333 |
def _(mo):
|
334 |
mo.md(
|
335 |
r"""
|