Spaces:
Sleeping
Sleeping
Updated section header - Choosing Polars over Pandas
Browse filesCo-authored-by: Akshay Agrawal <[email protected]>
- 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 |
-
|
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.
|