Koushik Khan akshayka commited on
Commit
070c0c7
·
unverified ·
1 Parent(s): 2b50c4f

Updated section header - Choosing Polars over Pandas

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
@@ -39,7 +39,7 @@ def _(mo):
39
  def _(mo):
40
  mo.md(
41
  """
42
- # Why Polars?
43
 
44
 
45
  In this section we'll give a few reasons why Polars is a better choice than Pandas, along with examples.
 
39
  def _(mo):
40
  mo.md(
41
  """
42
+ ## Choosing Polars over Pandas
43
 
44
 
45
  In this section we'll give a few reasons why Polars is a better choice than Pandas, along with examples.