GitHub

Original file line numberDiff line numberDiff line change

@@ -65,7 +65,7 @@ countries and assign it to `realwage`.

6565

The dataset can be accessed with the following link:

6666
6767

```{code-cell} ipython3

68-

url1 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python/master/source/_static/lecture_specific/pandas_panel/realwage.csv'

68+

url1 = 'https://github.com/QuantEcon/lecture-python.myst/raw/refs/heads/main/lectures/_static/lecture_specific/pandas_panel/realwage.csv'

6969

```

7070
7171

```{code-cell} ipython3

@@ -185,7 +185,7 @@ function.

185185

The dataset can be accessed with the following link:

186186
187187

```{code-cell} ipython3

188-

url2 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python/master/source/_static/lecture_specific/pandas_panel/countries.csv'

188+

url2 = 'https://github.com/QuantEcon/lecture-python.myst/raw/refs/heads/main/lectures/_static/lecture_specific/pandas_panel/countries.csv'

189189

```

190190
191191

```{code-cell} ipython3

Read the original on github.com ↗