Skip to content

Commit ef004f2

Browse files
committed
add in cell fence removed from comments
1 parent bec5d9f commit ef004f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lectures/polars.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ cols = ["cc", "tcgdp", "POP", "XRAT"]
451451
df_with_nulls.with_columns([
452452
pl.col(cols).fill_null(pl.col(cols).mean())
453453
])
454+
```
454455

455456
Missing value imputation is a big area in data science involving various machine learning techniques.
456457

@@ -590,8 +591,6 @@ Note that polars offers many other file type alternatives.
590591

591592
Polars has [a wide variety](https://docs.pola.rs/user-guide/io/) of methods that we can use to read excel, json, parquet or plug straight into a database server.
592593

593-
+++
594-
595594
## Exercises
596595

597596
```{exercise-start}

0 commit comments

Comments
 (0)