Spaces:
Sleeping
Sleeping
Updated section header - Intuitive syntax
Browse filesCo-authored-by: Akshay Agrawal <[email protected]>
- polars/01_why_polars.py +1 -1
polars/01_why_polars.py
CHANGED
@@ -53,7 +53,7 @@ def _(mo):
|
|
53 |
def _(mo):
|
54 |
mo.md(
|
55 |
"""
|
56 |
-
|
57 |
|
58 |
Polars is designed with a syntax that is very similar to PySpark while being intuitive like SQL. This makes it easier for data professionals to transition to Polars without a steep learning curve. For example:
|
59 |
|
|
|
53 |
def _(mo):
|
54 |
mo.md(
|
55 |
"""
|
56 |
+
### Intuitive syntax
|
57 |
|
58 |
Polars is designed with a syntax that is very similar to PySpark while being intuitive like SQL. This makes it easier for data professionals to transition to Polars without a steep learning curve. For example:
|
59 |
|