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 b71c5d7 commit 5edb261Copy full SHA for 5edb261
lectures/mle.md
@@ -140,7 +140,7 @@ or its [AER page](https://www.aeaweb.org/articles?id=10.1257/aer.p20161068).
140
pd.options.display.max_columns = 10
141
142
# Load in data and view
143
-df = pd.read_stata('https://github.com/QuantEcon/lecture-python/blob/master/source/_static/lecture_specific/mle/fp.dta?raw=true')
+df = pd.read_stata('https://github.com/QuantEcon/lecture-python.myst/raw/refs/heads/main/lectures/_static/lecture_specific/mle/fp.dta')
144
df.head()
145
```
146
0 commit comments