Spaces:
Running
Running
Remove superfluous space
Browse files- polars/09_strings.py +1 -1
polars/09_strings.py
CHANGED
@@ -34,7 +34,7 @@ def _(mo):
|
|
34 |
def _(mo):
|
35 |
mo.md(
|
36 |
r"""
|
37 |
-
##
|
38 |
|
39 |
Let's warm up with one of the most frequent use cases: parsing raw strings into various formats.
|
40 |
We'll take a tiny dataframe with metadata about Python packages represented as raw JSON strings and we'll use Polars string expressions to parse the attributes into their true data types.
|
|
|
34 |
def _(mo):
|
35 |
mo.md(
|
36 |
r"""
|
37 |
+
## 🛠️ Parsing & Conversion
|
38 |
|
39 |
Let's warm up with one of the most frequent use cases: parsing raw strings into various formats.
|
40 |
We'll take a tiny dataframe with metadata about Python packages represented as raw JSON strings and we'll use Polars string expressions to parse the attributes into their true data types.
|