Koushik Khan akshayka commited on
Commit
00e8b42
·
unverified ·
1 Parent(s): 8bb057d

updated section header - Why not PySpark?

Browse files

Co-authored-by: Akshay Agrawal <[email protected]>

Files changed (1) hide show
  1. 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
- # 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
 
 
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