Skip to content

Commit 82d4a19

Browse files
authored
Update data url for fetching the dataset (#582)
1 parent 0ad2140 commit 82d4a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/long_run_growth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Here we read the Maddison data into a pandas `DataFrame`:
9494

9595
```{code-cell} ipython3
9696
pyodide_http.patch_all()
97-
data_url = "https://github.com/QuantEcon/lecture-python-intro/raw/main/lectures/datasets/mpd2020.xlsx"
97+
data_url = "https://raw.githubusercontent.com/QuantEcon/lecture-python-intro/main/lectures/datasets/mpd2020.xlsx"
9898
data = pd.read_excel(data_url,
9999
sheet_name='Full data')
100100
data.head()

0 commit comments

Comments
 (0)