petergy commited on
Commit
5a69353
·
1 Parent(s): f4bef59

Remove superfluous space

Browse files
Files changed (1) hide show
  1. 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
- ## 🛠️ 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.
 
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.