Skip to content

Commit 5edb261

Browse files
authored
FIX: [mle] fetch data from github (#499)
* FIX: [mle] fetch data from github * Update lectures/mle.md
1 parent b71c5d7 commit 5edb261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/mle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ or its [AER page](https://www.aeaweb.org/articles?id=10.1257/aer.p20161068).
140140
pd.options.display.max_columns = 10
141141
142142
# 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')
143+
df = pd.read_stata('https://github.com/QuantEcon/lecture-python.myst/raw/refs/heads/main/lectures/_static/lecture_specific/mle/fp.dta')
144144
df.head()
145145
```
146146

0 commit comments

Comments
 (0)