Skip to content

Commit 0704681

Browse files
mmckyHumphreyYang
andauthored
Update lectures/polars.md
Co-authored-by: Humphrey Yang <39026988+HumphreyYang@users.noreply.github.com>
1 parent 6382783 commit 0704681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/polars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ df.with_columns([
405405

406406
```{code-cell} ipython3
407407
df.with_columns([
408-
pl.col(pl.Float64).round(2) # round all Float64 columns to 2 decimal places
408+
pl.col(pl.Float64).round(2) # round all Float64 columns
409409
])
410410
```
411411

0 commit comments

Comments
 (0)