Skip to content

Commit e9791c1

Browse files
committed
[windows] fix to improve compatibility with windows yfinance
1 parent 95f7fb0 commit e9791c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/pandas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ Following the work you did in {ref}`Exercise 1 <pd_ex1>`, you can query the data
549549
```{code-cell} python3
550550
indices_data = read_data(
551551
indices_list,
552-
start=dt.datetime(1928, 1, 2),
552+
start=dt.datetime(1971, 1, 1), #Common Start Date
553553
end=dt.datetime(2020, 12, 31)
554554
)
555555
```

0 commit comments

Comments
 (0)