Spaces:
Sleeping
Sleeping
simplifying textual description
Browse filesCo-authored-by: Akshay Agrawal <[email protected]>
- polars/01_why_polars.py +1 -1
polars/01_why_polars.py
CHANGED
@@ -90,7 +90,7 @@ def _():
|
|
90 |
def _(mo):
|
91 |
mo.md(
|
92 |
r"""
|
93 |
-
The same example can be worked out in Polars
|
94 |
"""
|
95 |
)
|
96 |
return
|
|
|
90 |
def _(mo):
|
91 |
mo.md(
|
92 |
r"""
|
93 |
+
The same example can be worked out in Polars more concisely, using method chaining. Notice how the Polars code is essentially as readable as English.
|
94 |
"""
|
95 |
)
|
96 |
return
|