You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: polars/09_strings.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ def _(mo):
34
34
def_(mo):
35
35
mo.md(
36
36
r"""
37
-
## 🛠️ Parsing & Conversion
37
+
## 🛠️ Parsing & Conversion
38
38
39
39
Let's warm up with one of the most frequent use cases: parsing raw strings into various formats.
40
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.
0 commit comments