We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad2140 commit 82d4a19Copy full SHA for 82d4a19
lectures/long_run_growth.md
@@ -94,7 +94,7 @@ Here we read the Maddison data into a pandas `DataFrame`:
94
95
```{code-cell} ipython3
96
pyodide_http.patch_all()
97
-data_url = "https://github.com/QuantEcon/lecture-python-intro/raw/main/lectures/datasets/mpd2020.xlsx"
+data_url = "https://raw.githubusercontent.com/QuantEcon/lecture-python-intro/main/lectures/datasets/mpd2020.xlsx"
98
data = pd.read_excel(data_url,
99
sheet_name='Full data')
100
data.head()
0 commit comments