Koushik Khan akshayka commited on
Commit
7be0656
·
unverified ·
1 Parent(s): fb175fb

Updated section header - Intuitive syntax

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
@@ -53,7 +53,7 @@ def _(mo):
53
  def _(mo):
54
  mo.md(
55
  """
56
- ## (a) Easier & 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
 
 
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