Spaces:
Sleeping
Sleeping
Joram Mutenge
commited on
Commit
·
f57b8b5
1
Parent(s):
4c17152
run notebook in sandbox
Browse files
polars/04_basic_operations.py
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import marimo
|
| 2 |
|
| 3 |
__generated_with = "0.11.13"
|
|
@@ -526,7 +534,7 @@ def _(df, discontinued_list, pl):
|
|
| 526 |
|
| 527 |
@app.cell(hide_code=True)
|
| 528 |
def _(mo):
|
| 529 |
-
mo.md(r"""Now, let's create the
|
| 530 |
return
|
| 531 |
|
| 532 |
|
|
|
|
| 1 |
+
# /// script
|
| 2 |
+
# requires-python = ">=3.13"
|
| 3 |
+
# dependencies = [
|
| 4 |
+
# "marimo",
|
| 5 |
+
# "polars==1.23.0",
|
| 6 |
+
# ]
|
| 7 |
+
# ///
|
| 8 |
+
|
| 9 |
import marimo
|
| 10 |
|
| 11 |
__generated_with = "0.11.13"
|
|
|
|
| 534 |
|
| 535 |
@app.cell(hide_code=True)
|
| 536 |
def _(mo):
|
| 537 |
+
mo.md(r"""Now, let's create the **status** column.""")
|
| 538 |
return
|
| 539 |
|
| 540 |
|