Skip to content

Commit c923a65

Browse files
mmckyHumphreyYang
andauthored
Update lectures/polars.md
Co-authored-by: Humphrey Yang <[email protected]>
1 parent bf26d68 commit c923a65

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
@@ -760,7 +760,7 @@ Following the work you did in {ref}`pl_ex1`, you can query the data using `read_
760760
```{code-cell} ipython3
761761
indices_data = read_data(
762762
indices_list,
763-
start=dt.datetime(1971, 1, 1), #Common Start Date
763+
start=dt.datetime(1971, 1, 1),
764764
end=dt.datetime(2021, 12, 31)
765765
)
766766
```

0 commit comments

Comments
 (0)