Spaces:
Running
Running
Change wording on conclusion
Browse files
polars/05_reactive_plots.py
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
|
12 |
import marimo
|
13 |
|
14 |
-
__generated_with = "0.12.
|
15 |
app = marimo.App(width="medium")
|
16 |
|
17 |
|
@@ -347,11 +347,14 @@ def _(chart2, filtered_duration, mo, pl):
|
|
347 |
def _(mo):
|
348 |
mo.md(
|
349 |
r"""
|
350 |
-
|
351 |
|
352 |
-
|
353 |
-
|
354 |
-
|
|
|
|
|
|
|
355 |
"""
|
356 |
)
|
357 |
return
|
|
|
11 |
|
12 |
import marimo
|
13 |
|
14 |
+
__generated_with = "0.12.10"
|
15 |
app = marimo.App(width="medium")
|
16 |
|
17 |
|
|
|
347 |
def _(mo):
|
348 |
mo.md(
|
349 |
r"""
|
350 |
+
In this notebook, we've focused on a few key aspects. First, it's essential to *understand* the data you're working with — this forms the foundation of any analysis.
|
351 |
|
352 |
+
Creating plots is a powerful way to identify patterns, outliers, and trends. These visualizations are not just for _presentation_; they are tools for deeper insight.
|
353 |
+
|
354 |
+
/// NOTE
|
355 |
+
With marimo's `interactive` UI elements, exploring different _facets_ of the data becomes seamless, allowing for dynamic analysis without altering the code.
|
356 |
+
|
357 |
+
Keep these points in mind as you continue to work with data.
|
358 |
"""
|
359 |
)
|
360 |
return
|