Spaces:
Sleeping
Sleeping
updated section header - Why not PySpark?
Browse filesCo-authored-by: Akshay Agrawal <[email protected]>
- polars/01_why_polars.py +1 -1
polars/01_why_polars.py
CHANGED
@@ -266,7 +266,7 @@ def _(mo):
|
|
266 |
def _(mo):
|
267 |
mo.md(
|
268 |
"""
|
269 |
-
|
270 |
|
271 |
While **PySpark** is undoubtedly a versatile tool that has transformed the way big data is handled and processed in Python, its **complex setup process** can be intimidating, especially for beginners. In contrast, **Polars** requires minimal setup and is ready to use right out of the box, making it more accessible for users of all skill levels.
|
272 |
|
|
|
266 |
def _(mo):
|
267 |
mo.md(
|
268 |
"""
|
269 |
+
## Why not PySpark?
|
270 |
|
271 |
While **PySpark** is undoubtedly a versatile tool that has transformed the way big data is handled and processed in Python, its **complex setup process** can be intimidating, especially for beginners. In contrast, **Polars** requires minimal setup and is ready to use right out of the box, making it more accessible for users of all skill levels.
|
272 |
|